Changeset 5726f53


Ignore:
Timestamp:
Feb 21, 2014 9:52:00 AM (10 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
972993c
Parents:
4bfc015
Message:

Lurking exceptionm name bug

Location:
fedd/federation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/containers_segment.py

    r4bfc015 r5726f53  
    154154            if terminate:
    155155                rv = self.terminate_exp(pid, eid)
    156         except self.cmd_timeout:
     156        except self.ssh_cmd_timeout:
    157157            rv = False
    158158        return rv
  • fedd/federation/emulab_segment.py

    r4bfc015 r5726f53  
    154154            if terminate:
    155155                rv = self.terminate_exp(pid, eid)
    156         except self.cmd_timeout:
     156        except self.ssh_cmd_timeout:
    157157            rv = False
    158158        return rv
Note: See TracChangeset for help on using the changeset viewer.