Commit 33b0d405 by Igor Davydenko Committed by Sébastien Eustace

chore: Better error message in new command. (#18)

parent 54dd7e1b
......@@ -26,7 +26,7 @@ class NewCommand(Command):
if list(path.glob('*')):
# Directory is not empty. Aborting.
raise RuntimeError(
'Destination <fg=yellow;bg=red>{}</>'
'Destination <fg=yellow;bg=red>{}</> '
'exists and is not empty'.format(
path
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment