Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed errant
sys.argv
to args
parameter passed in.
In some use cases, the args param given to the Command constructor was a filtered version of sys.argv. Command.get_added_files() was reading directly from sys.argv, circumventing this filtering.
- Loading branch information