Skip to content

Commit

Permalink
Merge pull request #60 from LewisResearchGroup/develop
Browse files Browse the repository at this point in the history
Update processing.py
  • Loading branch information
sorenwacker authored Oct 14, 2022
2 parents 32d9edc + bc8ae34 commit af8317e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ms_mint/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def process_ms1_files_in_parallel(args):

if (output_fn is not None) and (len(results) > 0):
append_results(results, output_fn)
print('return None')
return None

return results
Expand Down

0 comments on commit af8317e

Please sign in to comment.