Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotter Crashes #1

Open
j-homann opened this issue May 18, 2022 · 0 comments
Open

Plotter Crashes #1

j-homann opened this issue May 18, 2022 · 0 comments

Comments

@j-homann
Copy link
Collaborator

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: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant