correct name for check plots

This commit is contained in:
Yostra 2020-05-27 19:07:05 -07:00 committed by wjblanke
parent 5d985ef4ae
commit b13515f622
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ check_plots_exe = EXE(check_plots_pyz,
check_plots.scripts,
[],
exclude_binaries=True,
name='start_harvester',
name='check_plots',
debug=False,
bootloader_ignore_signals=False,
strip=False)

View File

@ -213,7 +213,7 @@ check_plots_exe = EXE(check_plots_pyz,
check_plots.scripts,
[],
exclude_binaries=True,
name='start_harvester',
name='check_plots',
debug=False,
bootloader_ignore_signals=False,
strip=False)