Changeset c79d50d in mainline for tools/xtui.py


Ignore:
Timestamp:
2009-03-08T12:15:33Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d29d01
Parents:
71385d4f
Message:

indicate undefined configuration options more explicitly
(the "None" was not clear enought and might get confused with "none" value)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xtui.py

    r71385d4f rc79d50d  
    257257        elif (dialog):
    258258                call_dlg(dlgcmd, '--title', title, '--msgbox', msg, '6', str(width + width_extra))
    259        
    260         sys.stdout.write("\n%s: %s\n" % (title, msg))
     259        else:
     260                sys.stdout.write("\n%s: %s\n" % (title, msg))
Note: See TracChangeset for help on using the changeset viewer.