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

Ignore moved plots #10

Merged
merged 1 commit into from Apr 28, 2021
Merged

Ignore moved plots #10

merged 1 commit into from Apr 28, 2021

Conversation

mbaileys
Copy link
Contributor

Fix for FileNotFound exception, or other I/O errors while generating reports.

Traceback (most recent call last):
File "reporting.py", line 157, in dst_dir_report
dir_plots = plot_util.list_k32_plots(d)
File "plot_util.py", line 59, in list_k32_plots
if os.stat(plot).st_size > (0.95 * get_k32_plotsize()):
FileNotFoundError: [WinError 2] The system cannot find the file specified: x.plot

Fix for FileNotFound exception, or other I/O errors while generating reports.

Traceback (most recent call last):
  File "reporting.py", line 157, in dst_dir_report
    dir_plots = plot_util.list_k32_plots(d)
  File "plot_util.py", line 59, in list_k32_plots
    if os.stat(plot).st_size > (0.95 * get_k32_plotsize()):
FileNotFoundError: [WinError 2] The system cannot find the file specified: x.plot
@wolfrage76 wolfrage76 merged commit 3798c03 into wolfrage76:master Apr 28, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants