Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    ra5ea261 r0fc91db1  
    126126        global archive
    127127        global install
    128         global invariant
    129128
    130129        global continue_
     
    141140        all_install  = [Install(o)      for o in list(dict.fromkeys(options.install))]
    142141        archive      = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None
    143         invariant    = options.invariant
    144142        continue_    = options.continue_
    145143        dry_run      = options.dry_run # must be called before tools.config_hash()
Note: See TracChangeset for help on using the changeset viewer.