We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a947d commit a00720bCopy full SHA for a00720b
seleniumbase/console_scripts/sb_mkdir.py
@@ -58,8 +58,7 @@ def main():
58
'Directory name must not include slashes ("/", "\\")!')
59
elif os.path.exists(os.getcwd() + '/' + dir_name):
60
error_msg = (
61
- 'Directory "%s" already exists in the current path!\n'
62
- '' % dir_name)
+ 'Directory "%s" already exists in the current path!' % dir_name)
63
if error_msg:
64
error_msg = c5 + error_msg + cr
65
invalid_run_command(error_msg)
0 commit comments