Skip to content

Commit

Permalink
Smae again
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Jul 14, 2021
1 parent 1093143 commit e23961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-translator/dlg/dropmake/pg_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def is_group_end(self):
ge = self.jd["group_end"]
if type(ge) == type(True):
result = ge
elif type(ge == type(1)):
elif type(ge) == type(1):
result = (1 == ge)
elif type(ge) == type("s"):
result = ge.lower() in ("true")
Expand Down

0 comments on commit e23961b

Please sign in to comment.