-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
(This is closely tied to Tethys.)
When deleting an entry in my Tethys Gizmo Jobs Table, I get the following error:
10-03 21:14:15 tethys.tethys_compute.models ERROR 'Workflow' object has no attribute 'remove'
Traceback (most recent call last):
File "/home/shawn/tethys/src/tethys_compute/models.py", line 543, in condor_workflow_pre_delete
instance.condor_object.close_remote()
File "/home/shawn/randomdev/condorpy/condorpy/htcondor_object_base.py", line 151, in close_remote
self.remove()
AttributeError: 'Workflow' object has no attribute 'remove'If I comment out the self.remove() it seems to work fine... Though I'm not sure that is the best solution.
https://github.com/tethysplatform/condorpy/blob/master/condorpy/htcondor_object_base.py#L150
Metadata
Metadata
Assignees
Labels
No labels