Diff
Differences From Artifact [8b37efd187]:
- File action.py — part of check-in [1478740ada] at 2016-10-28 23:18:10 on branch trunk — bump minor versions (user: mario, size: 25893) [annotate] [blame] [check-ins using]
To Artifact [114f820dd5]:
- File action.py — part of check-in [2e49eacad9] at 2016-11-01 21:57:41 on branch trunk — Undo extra os.system("start \"%s\"") quotes for Windows. (user: mario, size: 25889) [annotate] [blame] [check-ins using]
126 127 128 129 130 131 132 | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | - + | } # Exec wrapper def run(cmd): log.EXEC(cmd) |