Commit cd376fe5 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo.

parent e3223622
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")