stitcher icon indicating copy to clipboard operation
stitcher copied to clipboard

fixed command line arguments passing to stitcher class

Open kausic94 opened this issue 8 years ago • 0 comments

'args' which is supposed to have the arguments passed from command line has been changed to sys.argv. The sys.argv returns a list of the arguments hence it is necessary to unpack the list and send them to the stitcher class.

kausic94 avatar Oct 07 '16 12:10 kausic94