Changeset 177 for trunk/src/pxeconfig.py


Ignore:
Timestamp:
04/14/10 09:20:25 (14 years ago)
Author:
bas
Message:

New version with some minor bug fixes, closes #11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pxeconfig.py

    r172 r177  
    289289
    290290        # ...
    291         if settings['client_script_hook']:
     291        try:
    292292                options.SCRIPT_HOOK = settings['client_script_hook']
     293i       execpt KeyError, detail:
     294                pass
    293295
    294296        if options.DEBUG:
Note: See TracChangeset for help on using the changeset viewer.