Skip to content

Commit 6859708

Browse files
committed
Fix API tests being skipped
1 parent 2300dc5 commit 6859708

File tree

4 files changed

+85
-76
lines changed

4 files changed

+85
-76
lines changed

lib/galaxy/tool_util/cwl/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ def galaxy_id(self):
294294
# tool_id = os.path.splitext(os.path.basename(raw_id))[0]
295295
if not tool_id:
296296
return self._uuid
297-
assert tool_id
298297
if tool_id.startswith("#"):
299298
tool_id = tool_id[1:]
300299
return tool_id

0 commit comments

Comments
 (0)