Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonCLEI committed Dec 2, 2024
1 parent c71a635 commit f762be7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_clairs_to
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,9 @@ def print_args(args):
if args.platform.startswith('hifi'):
args.platform = 'hifi'

if args.platform.startswith('ilmn'):
args.platform = 'ilmn'

if args.cmdline is not None and args.cmdline != "":
with open(args.output_dir + '/tmp/CMD', 'w') as f:
f.write(args.cmdline + '\n')
Expand Down

0 comments on commit f762be7

Please sign in to comment.