Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
added critical todo bug that has been found
Browse files Browse the repository at this point in the history
  • Loading branch information
cglewis committed Sep 12, 2013
1 parent 6efc928 commit d575832
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hemlock/hemlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,10 @@ def read_creds(self, debug):
:param debug: instance of
:class:`~hemlock.clients.hemlock_debugger.Hemlock_Debugger`
"""
# !! TODO
# this needs to be bypassed in cases like running the rest server,
# where it will be broken while it sits and waits for an answer to
# this question
resp = ""
while resp != 'y' and resp != 'n':
resp = raw_input("Do you have a hemlock_creds file? (y/n)")
Expand Down

0 comments on commit d575832

Please sign in to comment.