Skip to content
Snippets Groups Projects

fix typo in inspector endpoint

Merged Charlotte Hausman requested to merge 2.5_fixes into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -184,7 +184,6 @@ def get_capability_request_htcondor_id(capability_request_id: str, version_id: s
raise NoIdForWorkflowError
else:
print(response)
raise NoSuchWorkflowRequestError(f"No capability request found with ID {capability_request_id}")
Loading