We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135478c commit 387387fCopy full SHA for 387387f
photoshop/api/action_manager/js_converter/convert.py
@@ -86,8 +86,8 @@ def parseref(tdict):
86
# py37 compat
87
try:
88
ext = eval(
89
- """[(str2refgetpacker[val["type"]](e) """ +
90
- """if type(val := e["Value"]) == dict """ +
+ """[(str2refgetpacker[val["type"]](e) """ + # noqa
+ """if type(val := e["Value"]) == dict """ + # noqa
91
"""else str2refgetpacker["default"](e)) for e in d2l]"""
92
)
93
except SyntaxError:
0 commit comments