mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Minor fix
This commit is contained in:
@@ -44,7 +44,7 @@ class Usecase:
|
||||
else:
|
||||
print("... is a predecessor to ...", debug_task)
|
||||
print("... which is cyclically a predecessor to ...", task)
|
||||
raise Exception("Recursive tasks found. Could not cascade schedule.")
|
||||
raise RecursionError("Recursive tasks found. Could not cascade schedule.")
|
||||
|
||||
if not task.TaskTime:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user