From 4d69ca48abe62542d8108fc9c8a6e82a040ac0a5 Mon Sep 17 00:00:00 2001 From: Wilfried Michel Date: Wed, 3 Jan 2024 09:42:42 -0500 Subject: [PATCH] remove job assert --- sisyphus/job.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sisyphus/job.py b/sisyphus/job.py index 4d72921..a1db331 100644 --- a/sisyphus/job.py +++ b/sisyphus/job.py @@ -109,7 +109,6 @@ def __call__(cls, *args, **kwargs): else: # create new object job = super(Job, cls).__new__(cls) - assert isinstance(job, Job) job._sis_tags = tags # store _sis_id