fixed error finding duplicate file

This commit is contained in:
2013-07-22 23:43:58 +10:00
parent d9da2d18f7
commit 5aa5da1a92
4 changed files with 30 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ def main(argv):
The main program for TVEncoder.
"""
try:
opts, args = getopt.getopt(argv, "hlpen:")
opts, _ = getopt.getopt(argv, "hlpen:")
except getopt.GetoptError:
showhelp()
sys.exit(2)