06-24-2021, 05:47 PM
Sorry, I completely missed this.
I am not sure what is calling it exactly. It would be really useful to know what "self" is in this line:
File "/opt/tactic/tactic/src/tactic/command/scheduler.py", line 237, in _do_execute
Batch(site=self.site, login_code=self.user, project_code=self.project,ticket=self.login_ticket)
It would be a class that is derived from SchedulerTask. Know what kind of task this is (rather than this base class) would point to what task is trying to be run and like where it is being called from.
I am not sure what is calling it exactly. It would be really useful to know what "self" is in this line:
File "/opt/tactic/tactic/src/tactic/command/scheduler.py", line 237, in _do_execute
Batch(site=self.site, login_code=self.user, project_code=self.project,ticket=self.login_ticket)
It would be a class that is derived from SchedulerTask. Know what kind of task this is (rather than this base class) would point to what task is trying to be run and like where it is being called from.