Commit eb68842f authored by Łukasz Nowak's avatar Łukasz Nowak

Fix typo.

parent c7a9bd8e
...@@ -579,7 +579,7 @@ class SlapTool(BaseTool): ...@@ -579,7 +579,7 @@ class SlapTool(BaseTool):
In any other case returns not important data and HTTP code is 403 Forbidden In any other case returns not important data and HTTP code is 403 Forbidden
""" """
if state is None: if state is None:
state == 'started' state = 'started'
if shared_xml: if shared_xml:
shared = xml_marshaller.xml_marshaller.loads(shared_xml) shared = xml_marshaller.xml_marshaller.loads(shared_xml)
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment