Skip to content

Commit

Permalink
Refactor debug print statements and flush output in analyzer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Oct 25, 2024
1 parent 90d338f commit fc1998c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chromatopy/tools/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,11 @@ def read_agilent(
"silent": silent,
"mode": mode,
}

print("txt_paths: ", txt_paths, flush=True)
print("csv_paths: ", csv_paths, flush=True)
print("rdl_paths: ", rdl_paths, flush=True)

if rdl_paths:
data["file_paths"] = rdl_paths # type: ignore
reader = AgilentRDLReader(**data)
Expand Down

0 comments on commit fc1998c

Please sign in to comment.