Skip to content
Snippets Groups Projects
Commit 86427d3a authored by imcovangent's avatar imcovangent
Browse files

Bug fix in cmdows method.

Former-commit-id: d4c29a55d6fb1f51aa872d66914c068593ae50cd
parent d8f9fbd8
No related branches found
No related tags found
No related merge requests found
832dbf1f6f5881a93db5f2f95380545bfc353791
\ No newline at end of file
1afbbb6848ca913379c718da50829473047381f9
\ No newline at end of file
......@@ -414,7 +414,7 @@ class CMDOWS(object):
self.get_element_of_uid(uid)
if creator_uid:
if isinstance(owner_uid, basestring):
if isinstance(creator_uid, basestring):
self.get_element_of_uid(creator_uid)
else:
for uid in creator_uid:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment