Skip to content

Commit a31d371

Browse files
committed
fix typo
1 parent a04683b commit a31d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def is_running(location):
6363
# Done!
6464
return False
6565
if not queued.ok:
66-
print(f"Failed {location}: {q.text}", file=sys.stderr)
66+
print(f"Failed {location}: {queued.text}", file=sys.stderr)
6767
return False
6868
j = queued.json()
6969
if j["cwltoolStatus"] == "RUNNING":

0 commit comments

Comments
 (0)