-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump file name issue #32
Open
buddly27
wants to merge
7
commits into
master
Choose a base branch
from
dump-file-name-issue
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kirijiri
suggested changes
Aug 25, 2020
doc/release/release_notes.rst
Outdated
@@ -206,6 +206,20 @@ Release Notes | |||
Previously, it would sometimes fail to update minimal and maximum | |||
versions of the range in particular conditions. | |||
|
|||
.. change:: changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting a traceback for:
> wiz -r /mill3d/server/apps/WIZ/registry/primary/default/ -r /mill3d/server/apps/WIZ/registry/secondary/default/ -r /jobs/.wiz/registry/ --record /tmp/test_release/ use shadow --view
Traceback (most recent call last):
File "/mill3d/users/claudiaz/.virtualenvs/wiz/bin/wiz", line 11, in <module>
load_entry_point('wiz-env', 'console_scripts', 'wiz')()
File "/mill3d/work/claudiaz/dev/wiz/source/wiz/__main__.py", line 8, in main
wiz.command_line.main(prog_name="wiz")
File "/mill3d/users/claudiaz/.virtualenvs/wiz/lib/python2.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/mill3d/users/claudiaz/.virtualenvs/wiz/lib/python2.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/mill3d/users/claudiaz/.virtualenvs/wiz/lib/python2.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/mill3d/users/claudiaz/.virtualenvs/wiz/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/mill3d/users/claudiaz/.virtualenvs/wiz/lib/python2.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/mill3d/users/claudiaz/.virtualenvs/wiz/lib/python2.7/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/mill3d/work/claudiaz/dev/wiz/source/wiz/command_line.py", line 693, in wiz_use
_export_history_if_requested(click_context)
File "/mill3d/work/claudiaz/dev/wiz/source/wiz/command_line.py", line 1959, in _export_history_if_requested
history = wiz.history.get(serialized=True)
File "/mill3d/work/claudiaz/dev/wiz/source/wiz/history.py", line 55, in get
return json.dumps(_HISTORY, default=_json_default)
File "/mill3d/server/apps/PYTHON/el7-x86-64/python-2.7.15/lib/python2.7/json/__init__.py", line 251, in dumps
sort_keys=sort_keys, **kw).encode(obj)
File "/mill3d/server/apps/PYTHON/el7-x86-64/python-2.7.15/lib/python2.7/json/encoder.py", line 207, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/mill3d/server/apps/PYTHON/el7-x86-64/python-2.7.15/lib/python2.7/json/encoder.py", line 270, in iterencode
return _iterencode(o, 0)
File "/mill3d/work/claudiaz/dev/wiz/source/wiz/history.py", line 148, in _json_default
raise TypeError("{} is not JSON serializable.".format(_object))
TypeError: <wiz.definition.Definition object at 0x7f32dd97b110> is not JSON serializable.
# Conflicts: # doc/release/release_notes.rst # source/wiz/history.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closing #8