Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit d0a971d

Browse files
committed
Reformatted file
1 parent 9c45c51 commit d0a971d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ilanguage/Main/_errors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ class OSError(Error):
147147
def __init__(self, line: int, column: int) -> None:
148148
super().__init__(
149149
"OS Error",
150-
long_description="This error can be caused by anything." + \
151-
"\nPlease report this errors to the bug tracker, if you need more help.",
150+
long_description="This error can be caused by anything."
151+
+ "\nPlease report this errors to the bug tracker, if you need more help.",
152152
line=line,
153153
column=column,
154154
exit_code=5,

0 commit comments

Comments
 (0)