Skip to content

Commit

Permalink
style(action_manager/js_converter): hop
Browse files Browse the repository at this point in the history
Signed-off-by: TsXor <[email protected]>
  • Loading branch information
TsXor committed Sep 12, 2022
1 parent 135478c commit 387387f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photoshop/api/action_manager/js_converter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def parseref(tdict):
# py37 compat
try:
ext = eval(
"""[(str2refgetpacker[val["type"]](e) """ +
"""if type(val := e["Value"]) == dict """ +
"""[(str2refgetpacker[val["type"]](e) """ + # noqa
"""if type(val := e["Value"]) == dict """ + # noqa
"""else str2refgetpacker["default"](e)) for e in d2l]"""
)
except SyntaxError:
Expand Down

0 comments on commit 387387f

Please sign in to comment.