X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fcatfile.py;h=5d4fe3bf63bfee60e1ed1bf88a8f51e097eaf53a;hp=a6537214eed447d2522f66e54c627fea43e33a54;hb=5529dff990973f223eeff6601da4f466fead6a32;hpb=7e8b4725c4934c2cd2bd62a5dc2c1f423e9b602d diff --git a/src/remoteinstaller/installer/catfile.py b/src/remoteinstaller/installer/catfile.py index a653721..5d4fe3b 100644 --- a/src/remoteinstaller/installer/catfile.py +++ b/src/remoteinstaller/installer/catfile.py @@ -69,7 +69,7 @@ class CatFile(object): logging.debug('Command prompt found') return - except pexpect.exceptions.TIMEOUT as e: + except pexpect.TIMEOUT as e: pass try: @@ -88,7 +88,7 @@ class CatFile(object): self._sol.sendline() self._expect_cmd_prompt() logging.debug('Command prompt found') - except pexpect.exceptions.TIMEOUT as e: + except pexpect.TIMEOUT as e: logging.debug(e) raise