You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the stand alone plotter, and it didn't work. Plotting still works from the main program. Traceback below.
C:\Users\USER\Screening>mag_screen_plot Green-Socket-Driver2022_05_18T11_55_37.csv
INFO: Loaded 6 global props, 3 datasets, and 12 variables from Green-Socket-Driver2022_05_18T11_55_37.csv
Traceback (most recent call last):
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\Scripts\mag_screen_plot.exe\__main__.py", line 7, in <module>
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\magscreen\plot.py", line 435, in main
screen_plot_pdf(dProps, lDs, opts.sOut)
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\magscreen\plot.py", line 371, in screen_plot_pdf
os.makedirs(sDir, 0o755, exist_ok=True)
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\os.py", line 225, in makedirs
mkdir(name, mode)
FileNotFoundError: [WinError 3] The system cannot find the path specified: ''
The text was updated successfully, but these errors were encountered:
I was running the stand alone plotter, and it didn't work. Plotting still works from the main program. Traceback below.
The text was updated successfully, but these errors were encountered: