Changeset 154 for trunk/src/pxeconfig.py.in
- Timestamp:
- 04/27/09 11:50:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pxeconfig.py.in
r152 r154 305 305 pass 306 306 307 if options.filename: 308 if not os.path.isfile(os.path.join(PXE_CONF_DIR, options.filename)): 307 if not options.REMOVE: 308 if options.filename: 309 if not os.path.isfile(os.path.join(PXE_CONF_DIR, options.filename)): 309 310 error = '%s: Filename does not exists' %(options.filename) 310 311 raise PxeConfig, error 311 else:312 options.filename = select_pxe_configfile()312 else: 313 options.filename = select_pxe_configfile() 313 314 314 315 if options.DEBUG:
Note: See TracChangeset
for help on using the changeset viewer.