diff options
| author | Donald Delmar Davis <ddavis3@jaguarlandrover.com> | 2014-12-12 01:15:41 +0000 |
|---|---|---|
| committer | Donald Delmar Davis <ddavis3@jaguarlandrover.com> | 2014-12-12 01:15:41 +0000 |
| commit | 4e2d3930ea04c074d85607646f47b9b8d9a35cbc (patch) | |
| tree | 2da177018af34cf63acedff07b0a5ff90350ee70 | |
| parent | a716485042488c422958e67c4498b886caabada0 (diff) | |
syntax
| -rwxr-xr-x | loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ if code == d.OK : if disk_loaded: d.set_background_title("Success: Disk has been reimaged!") code = d.pause("Please remove boot media, rebooting in 5 seconds", 10,70, 5) - if code=d.OK: + if code==d.OK: subprocess.check_call(["reboot"]) else: d.set_background_title("Reboot Cancelled") |
