Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jun 7, 2023
1 parent 09ea1ed commit 00db4d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
** Release Notes

1.5.57
1.5.58
* set modules for unpickling in client-light

1.5.53
Expand Down
2 changes: 2 additions & 0 deletions pandaclient/MiscUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
try:
from pandaserver.taskbuffer.JobSpec import JobSpec
except ImportError:
import pandaclient
sys.modules['pandaserver'] = pandaclient
from . import JobSpec
sys.modules['pandaserver.taskbuffer.JobSpec'] = JobSpec
from . import FileSpec
Expand Down
2 changes: 1 addition & 1 deletion pandaclient/PandaToolsPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "1.5.57"
release_version = "1.5.58"

0 comments on commit 00db4d3

Please sign in to comment.