Default value for codestream argument should be [0], not 0.
This commit is contained in:
parent
17112b9f0b
commit
f264bb00f3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ parser.add_argument('-c', '--codestream',
|
|||
help=chelp,
|
||||
nargs=1,
|
||||
type=int,
|
||||
default=0)
|
||||
default=[0])
|
||||
parser.add_argument('filename')
|
||||
args = parser.parse_args()
|
||||
if args.noxml:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue