diff options
author | Chris Lumens <clumens@redhat.com> | 2006-07-18 21:04:20 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-07-18 21:04:20 +0000 |
commit | 9523d6545b174ea00885fffea7b0515a36170659 (patch) | |
tree | 64cb41d00b3842b9d7f6b259d98288f97fa71338 /anaconda | |
parent | aaddd24aa87e84e9f047ab103e81b99c74f42e10 (diff) | |
download | anaconda-9523d6545b174ea00885fffea7b0515a36170659.tar.gz anaconda-9523d6545b174ea00885fffea7b0515a36170659.tar.xz anaconda-9523d6545b174ea00885fffea7b0515a36170659.zip |
Set debug mode if --debug is passed from loader.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -754,6 +754,7 @@ if __name__ == "__main__": opts.display_mode = 'g' if opts.debug: + flags.debug = True import pdb pdb.set_trace() |