Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit d5406a7

Browse files
author
Oleiade
committed
Merge branch 'master' of github.com:botify-labs/python-simple-workflow
Conflicts: swf/__init__.py
2 parents 43f7266 + 3433980 commit d5406a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

swf/models/decision/marker.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ def record(self, name, details=None):
2222
:type details: str
2323
"""
2424

25-
self['markerName'] = name
26-
self.update_attributes({'details': details})
25+
self.update_attributes({
26+
'markerName': name,
27+
'details': details
28+
})

0 commit comments

Comments
 (0)