Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes explicit decoding of arguments
the elements of argv are already str objects which are already considered decoded by python 3.5.2. This commit adds a try-except block for the AttributeError that is raised. This should keep the decoding intact for python2 while silently dropping the error in python3 fixes sharat87#32
- Loading branch information