style fix - long line
This commit is contained in:
parent
9b1dba0564
commit
81096596c7
@ -801,8 +801,10 @@ class HyASTCompiler(object):
|
|||||||
if len(exceptions) == 2:
|
if len(exceptions) == 2:
|
||||||
name = exceptions.pop(0)
|
name = exceptions.pop(0)
|
||||||
if not isinstance(name, HySymbol):
|
if not isinstance(name, HySymbol):
|
||||||
raise HyTypeError(exceptions,
|
raise HyTypeError(
|
||||||
"Exception storage target name must be a symbol.")
|
exceptions,
|
||||||
|
"Exception storage target name must be a symbol.")
|
||||||
|
|
||||||
if sys.version_info[0] >= 3:
|
if sys.version_info[0] >= 3:
|
||||||
# Python3 features a change where the Exception handler
|
# Python3 features a change where the Exception handler
|
||||||
# moved the name from a Name() to a pure Python String type.
|
# moved the name from a Name() to a pure Python String type.
|
||||||
|
Loading…
Reference in New Issue
Block a user