Skip to content

Commit

Permalink
str cast of suds object issue #52
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Aug 28, 2023
1 parent 6a4b680 commit 5e4fd52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git clone git@github.com:fgcz/bfabricPy.git \
## Install

```{bash}
python3 setup.py sdist && pip3 install dist/bfabric-0.11.*.tar.gz --user
python3 setup.py sdist && pip3 install dist/bfabric-0.13.*.tar.gz --user
```


Expand Down
Binary file removed bfabric/.bfabric.py.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion bfabric/bfabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +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_createdby': str(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 5e4fd52

Please sign in to comment.