Changeset 1195

Show
Ignore:
Timestamp:
08/05/08 04:14:46
Author:
mylan
Message:

Fix problem with overwriting default configuration file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qtheme.template/trunk/qthemetemplate/qplone3_theme.py

    r1176 r1195  
    3737        sdir = os.path.join(output_dir, np, np2, p, 'skins') 
    3838 
     39        # Prevent overriding passed config file 
     40        # Result config will be written to same  
     41        # name file with '.result' postfix 
     42        if command.options.config: 
     43            command.options.config += '.result'