Changeset 179 for trunk/src


Ignore:
Timestamp:
04/14/10 09:27:16 (14 years ago)
Author:
bas
Message:

Another typo :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pxeconfig.py

    r178 r179  
    291291        try:
    292292                options.SCRIPT_HOOK = settings['client_script_hook']
    293         execpt KeyError, detail:
     293        except KeyError, detail:
    294294                pass
    295295
Note: See TracChangeset for help on using the changeset viewer.