Skip to content

Commit

Permalink
Fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Jul 27, 2016
1 parent 3b710ba commit 4e7970b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nmrml2isa/parsing.py
Expand Up @@ -98,10 +98,7 @@ def full_parse(in_dir, out_dir, study_identifer, verbose=False, process_count=No
nmrml_files.sort(key=lambda x: x.name)
else:
nmrml_path = os.path.join(in_dir, "*.nmrML")
if verbose:
print(mzml_path)
nmrml_files = [nmrml for nmrml in glob.glob(nmrml_path)]

nmrml_files.sort()

print(''.join(['\r'*(not verbose),
Expand Down

0 comments on commit 4e7970b

Please sign in to comment.