nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Don't print verbose gbasf2 download log when download successful #101

Closed meliache closed 3 years ago

meliache commented 3 years ago
if not self._local_gb2_dataset_is_complete(output_file_name, check_temp_dir=True, verbose=True):

I think what I wanted was only to print the verbose output if the local dataset is not complete, but I just realized that the verbose output is printed in any cases whether the download was successful or not :facepalm:. Not your fault so I could fix this separately from this PR.

Originally posted by @meliache in https://github.com/nils-braun/b2luigi/issues/98#issuecomment-829436106