X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FSubstrate.py;h=53b0c890482a1fd920d946305c0e9649808f8c75;hb=59dea475255d91c0e2f269d1b59e394d410d798b;hp=915310b25ac348db614ce326feee1aebcb771f85;hpb=50c409473d912b08c077e97b9cb0f1a428c1c569;p=tests.git diff --git a/system/Substrate.py b/system/Substrate.py index 915310b..53b0c89 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -753,7 +753,7 @@ class QemuBox (Box): if not ts_line.strip(): continue # expect //timestamp: try: - (buildname,nodename,tail)=ts_line.split('/') + (_,__,buildname,nodename,tail)=ts_line.split('/') nodename=nodename.replace('qemu-','') (_,timestamp)=tail.split(':') timestamp=int(timestamp)