Skip to content

Commit

Permalink
move to same block
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 10, 2024
1 parent 8c70076 commit a0473ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/firecloud_api/firecloud_api2.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def main(self):
parser.add_argument("--method_namespace", help="Method namespace")
parser.add_argument("--method_name", help="Method name")
parser.add_argument('--submission_data_file', help='Path to submission data JSON file (required for submit)')
parser.add_argument('--submission_id', help='Submission ID (required for poll_job_status)')
args = parser.parse_args()

# Pass action to the FirecloudAPI constructor
Expand Down

0 comments on commit a0473ba

Please sign in to comment.