Skip to content

Commit

Permalink
Merge 774341b into 373e6bc
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 10, 2022
2 parents 373e6bc + 774341b commit cab5590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions punx/cache_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,12 @@ def __str__(self):
if self.ref is None:
return object.__str__(self)

return(
return (
"NXDL_File_Set("
f"last_modified={self.last_modified}"
f", cache={self.cache}"
f", short_sha={get_short_sha(self.sha)}"
f", path= {self.path}"
f", path={self.path}"
")"
)

Expand Down

0 comments on commit cab5590

Please sign in to comment.