lmorabit / lofar-vlbi

GNU General Public License v3.0
16 stars 13 forks source link

Minor issue with the plugin PipelineStep_DownloadCats.py #65

Closed marcoiacobelli77 closed 4 years ago

marcoiacobelli77 commented 4 years ago

Currently there is a mismatch with the name of the argument --continue_no_lotss: in the main function (line 297) the variable is named fail_lotss_ok = kwargs['continue_no_lotss'].lower().capitalize() instead of continue_without_lotss as expected in lines 319. As a consequence the plugin (and the pipeline) can fail, but a simple renaming of the variable can fix it.

lmorabit commented 4 years ago

fixed with commit 63c8a51