Skip to content

Commit

Permalink
Adding stack info to results archive
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacu committed Jun 3, 2021
1 parent 9e79814 commit 9f1d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vot/utilities/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def do_pack(config: argparse.Namespace):

manifest = dict(identifier=tracker.identifier, configuration=tracker.describe(),
timestamp="{:%Y-%m-%dT%H-%M-%S.%f%z}".format(timestamp), platform=sys.platform,
python=sys.version, toolkit=toolkit_version())
python=sys.version, toolkit=toolkit_version(), stack=workspace.stack.dump())

with zipfile.ZipFile(workspace.storage.write(archive_name, binary=True), mode="w") as archive:
for f in all_files:
Expand Down

0 comments on commit 9f1d9a5

Please sign in to comment.