You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.
When running 'create()' on an existing file, generates the following error message:
526
527 try:
--> 528 line = py3compat.cast_unicode_py2(self.raw_input_original(prompt))
529 except ValueError:
530 warn("\n********\nYou or a %run:ed script called sys.stdin.close()"
Ideally this should show 'File already exits' or something similar
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running 'create()' on an existing file, generates the following error message:
--> 528 line = py3compat.cast_unicode_py2(self.raw_input_original(prompt))
529 except ValueError:
530 warn("\n********\nYou or a %run:ed script called sys.stdin.close()"
Ideally this should show 'File already exits' or something similar
The text was updated successfully, but these errors were encountered: