Skip to content

Commit

Permalink
Add comment to path verification in qc_comp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Nov 20, 2021
1 parent 0ace5c9 commit ad61dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ark/mibi/qc_comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def download_mibitracker_data(email, password, run_name, run_label, base_dir, ti
A list of channels to subset over. If `None`, uses all channels.
"""

# verify that base_dir provided exists
if not os.path.exists(base_dir):
raise FileNotFoundError("base_dir %s does not exist" % base_dir)

Expand Down

0 comments on commit ad61dac

Please sign in to comment.