fixed error finding duplicate file
This commit is contained in:
parent
d9da2d18f7
commit
5aa5da1a92
4 changed files with 30 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue