Skip to content

Commit

Permalink
Add instructions to hostname decode error
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkollasch committed Jul 14, 2020
1 parent 89ad857 commit 0bbc18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_o2/jupyter_o2.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_hostname(self):
except IndexError:
logger = logging.getLogger(__name__)
logger.debug("Hostname output: {}".format(repr(self.before)))
raise JupyterO2Error("Could not get hostname.")
raise JupyterO2Error("Could not get hostname.\nA communication error may have occured; try rerunning.")
self.before, self.match, self.after = before, match, after
return hostname

Expand Down

0 comments on commit 0bbc18b

Please sign in to comment.