Skip to content

Commit 23ae275

Browse files
committed
Use _impl for setting is_prepared in GangaRobot
1 parent dd6230a commit 23ae275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/GangaRobot/Lib/Core/ThreadedSubmitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def process(self, item):
4949
jobs = load(match)
5050
logger.info("Loaded %d jobs from '%s'.", len(jobs), match)
5151
for j in jobs:
52-
j.application.is_prepared = True
52+
j.application.is_prepared._impl = True
5353
j.submit()
5454
jobids.append(j.id)
5555

0 commit comments

Comments
 (0)