Skip to content

Commit

Permalink
cli: update arg
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Oct 29, 2023
1 parent e07436c commit 81c90b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raman_fitting/interfaces/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def main():
pass
# _org_index = OrganizeRamanFiles()
# RL = RamanLoop(_org_index, run_mode ='normal')
elif args.run_mode.upper() == "DEBUG":
args.run_mode = args.run_mode.upper()
elif args.run_mode.lower() == "debug":
pass

Check warning on line 74 in src/raman_fitting/interfaces/cli.py

View check run for this annotation

Codecov / codecov/patch

src/raman_fitting/interfaces/cli.py#L73-L74

Added lines #L73 - L74 were not covered by tests
# IDEA Add a FAST TRACK for DEBUG
elif args.run_mode == "testing":
pass
Expand Down

0 comments on commit 81c90b7

Please sign in to comment.