Anthonyg5005
commited on
Commit
•
c6a6292
1
Parent(s):
c411e9e
quick change
Browse files- manage branches.py +1 -0
manage branches.py
CHANGED
@@ -86,6 +86,7 @@ while True:
|
|
86 |
You cannot log in.
|
87 |
Either set the environment variable to a (WRITE) token or remove it.
|
88 |
''')
|
|
|
89 |
exit()
|
90 |
|
91 |
if os.environ.get('KAGGLE_KERNEL_RUN_TYPE', None) is not None: #check if user in kaggle
|
|
|
86 |
You cannot log in.
|
87 |
Either set the environment variable to a (WRITE) token or remove it.
|
88 |
''')
|
89 |
+
input("Press enter to continue.")
|
90 |
exit()
|
91 |
|
92 |
if os.environ.get('KAGGLE_KERNEL_RUN_TYPE', None) is not None: #check if user in kaggle
|