Skip to content

Commit

Permalink
Correct flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-janv committed Feb 20, 2025
1 parent feac5aa commit 8665d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cg/apps/scout/scoutapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ def upload_rna_fraser_outrider(
cust_id,
]
if fraser_file_path:
upload_command.extend(["--rna-fraser", fraser_file_path])
upload_command.extend(["--fraser", fraser_file_path])

if outrider_file_path:
upload_command.extend(["--rna-outrider", outrider_file_path])
upload_command.extend(["--outrider", outrider_file_path])
try:
LOG.info(
f"Uploading rna fraser file {fraser_file_path} and outrider file {outrider_file_path} to case {case_id} with command {upload_command}"
Expand Down

0 comments on commit 8665d0c

Please sign in to comment.