Skip to content

Commit

Permalink
Update job_path.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelLilt authored Oct 22, 2024
1 parent 42873ea commit 6c5c6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisyphus/job_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def __hash__(self):
# TODO Check how uninitialized object should behave here
return hash((self.__dict__.get("creator"), self.__dict__.get("path")))

def _get_state_with_creator(self):
def _get_state_with_creator(self): # used by sisyphus.hash.get_object_state
d = self.__dict__.copy()
del d["users"]
return d
Expand Down

0 comments on commit 6c5c6bf

Please sign in to comment.