We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982dc00 commit 96d247bCopy full SHA for 96d247b
1 file changed
scrolltext/cli.py
@@ -28,8 +28,8 @@ def main():
28
action = action or _str_to_action_type(cfg["main"]["action"])
29
action(write_config)
30
except KeyError as e:
31
- print("KeyError occured: " + str(e) +
32
- "\nProbalby check config?")
+ print("KeyError occured: " + str(e) +
+ "\nProbalby check config?")
33
except NameError as e:
34
print("NameError occured: " + str(e))
35
0 commit comments