Loading client/dataArchiverCli.py +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ DESCRIPTION sys.exit("\nFATAL: Malformed response, store confirmation expected.\n") elif confirmResponse["responseType"] == "STORE_RUN": jobID = confirmResponse["jobID"] print(f"\nJobID = {jobID}") print(f"\nJobID: {jobID}") print("Store process started successfully!\n") else: sys.exit("FATAL: Unknown response type.\n") Loading Loading
client/dataArchiverCli.py +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ DESCRIPTION sys.exit("\nFATAL: Malformed response, store confirmation expected.\n") elif confirmResponse["responseType"] == "STORE_RUN": jobID = confirmResponse["jobID"] print(f"\nJobID = {jobID}") print(f"\nJobID: {jobID}") print("Store process started successfully!\n") else: sys.exit("FATAL: Unknown response type.\n") Loading