Overview
Comment: | Fix error crawled into previous commit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d3ca2e329c6111d85ccc89f8e581a878 |
User & Date: | vitus on 2015-12-22 12:57:57 |
Other Links: | manifest | tags |
Context
2015-12-23
| ||
09:22 | Run pylint on script, fixed some interesting warnings check-in: 9b67069d30 user: vitus tags: trunk | |
2015-12-22
| ||
12:57 | Fix error crawled into previous commit check-in: d3ca2e329c user: vitus tags: trunk | |
12:55 | Hard-stop VMs running in snapshot-mode Fixes [a81419cca7] check-in: 973d89a386 user: vitus tags: trunk | |
Changes
Modified vws from [b8e18e84bc] to [516cb1ea0d].
︙ | |||
95 96 97 98 99 100 101 | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | - + | m=re.search("file=([^,\s]*)",line) if m: result.append(m.group(1)) return result def snapshot_mode(sock): answer=send_command(sock,"info block") |
︙ |