Commit 9711d1f4 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent 64a45e85
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -94,10 +94,8 @@ DESCRIPTION
                    sys.exit("\nFATAL: Malformed response, storage confirmation expected.\n")
                elif confirmResponse["responseType"] == "STORE_RUN":
                    jobId = confirmResponse["jobId"]
                    print()
                    print(f"JobID: {jobId}")
                    print("Storage process started successfully!")
                    print()
                    print(f"\nJobID: {jobId}")
                    print("Storage process started successfully!\n")
                else:
                    sys.exit("FATAL: Unknown response type.\n")
            else: