Changeset 94 for trunk


Ignore:
Timestamp:
03/30/07 09:01:12 (17 years ago)
Author:
bas
Message:

pxeconfig.in:

  • DEBUG is set via ConfigParser? function, we must convert it to a int else "if DEBUG" is always TRUE


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig.in

    r93 r94  
    350350  try:
    351351        PXE_CONF_DIR = settings['pxe_config_dir']
    352         DEBUG = settings['debug']
     352        DEBUG = int(settings['debug'])
    353353  except KeyError:
    354354        pass
Note: See TracChangeset for help on using the changeset viewer.