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

Commits on Apr 28, 2021

  1. Ignore moved plots

    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
    mbaileys committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    3045b80 View commit details
    Browse the repository at this point in the history