Skip to content

Commit

Permalink
Include the workuinit.createdby information in the config file
Browse files Browse the repository at this point in the history
Issue #52
  • Loading branch information
Maria dErrico authored and mariaderrico committed Aug 28, 2023
1 parent 641d782 commit 6a4b680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bfabric/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.2"
__version__ = "0.13.3"
1 change: 1 addition & 0 deletions bfabric/bfabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ def write_yaml(self, data_serializer=lambda x: yaml.dump(x, default_flow_style=
'url': "{0}/workunitid-{1}_resourceid-{2}.out".format(_log_storage.basepath, workunit._id, _ressource_output._id)
},
'workunit_id': int(workunit._id),
'createdby': workunit.createdby,
'workunit_url': "{0}/userlab/show-workunit.html?workunitId={1}".format(self.webbase, workunit._id),
'external_job_id': int(yaml_workunit_externaljob._id),
'order_id': order_id,
Expand Down

0 comments on commit 6a4b680

Please sign in to comment.