Changeset 1094 in tailor


Ignore:
Timestamp:
04/28/06 02:31:51 (7 years ago)
Author:
lele@…
Hash name:
20060428003151-97f81-a7d1de9af4f16030d234817d195495ab72c306f8
Message:

Be sure to alter a list, not a possible tuple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r1092 r1094  
    413413        if args: 
    414414            if args[0] == 'tree-lint': 
     415                args = list(args) 
    415416                args[0] = 'lint' 
    416417        return TlaRepository.command(self, *args, **kwargs) 
Note: See TracChangeset for help on using the changeset viewer.