Overview
Comment: | Fixed start option |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
64171aea541f42a68c738d9203d1a51c |
User & Date: | vitus on 2015-11-10 08:05:26 |
Other Links: | manifest | tags |
Context
2015-11-10
| ||
14:51 | start to implement setup wizard check-in: c38a852bdf user: vitus tags: trunk | |
08:05 | Fixed start option check-in: 64171aea54 user: vitus tags: trunk | |
2015-11-09
| ||
18:29 | Fixed running without config file check-in: d4f4a7b3f1 user: vitus tags: trunk | |
Changes
Modified vws from [dd99cdcccb] to [952b985ab1].
︙ | |||
59 60 61 62 63 64 65 | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | + - - + + + + + - + | def cmd_start(options): if options.stopped: arg="" if options.cdrom: arg=" -cdrom "+options.cdrom cwd=os.getcwd() |
︙ |