Skip to content

Commit 96d247b

Browse files
committed
Formatting corrected [pylint]
1 parent 982dc00 commit 96d247b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scrolltext/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def main():
2828
action = action or _str_to_action_type(cfg["main"]["action"])
2929
action(write_config)
3030
except KeyError as e:
31-
print("KeyError occured: " + str(e) +
32-
"\nProbalby check config?")
31+
print("KeyError occured: " + str(e) +
32+
"\nProbalby check config?")
3333
except NameError as e:
3434
print("NameError occured: " + str(e))
3535

0 commit comments

Comments
 (0)