Skip to content

Commit 2f42a77

Browse files
committed
Fix comment
1 parent 4d22e83 commit 2f42a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enviroMS/diWorkflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def find_calibration_for_batch(workflow_params):
498498
print(srfa_path, type(srfa_path))
499499

500500
# Remove the SRFA file you used from the file list so it's not in the output
501-
#workflow_params.file_paths.remove(srfa_path)
501+
workflow_params.file_paths.remove(srfa_path)
502502

503503
# Determine data file type and read in the mass spectrum
504504
mass_spectrum = read_fticr_raw_data(srfa_path, workflow_params)

0 commit comments

Comments
 (0)