stitcher
stitcher copied to clipboard
fixed command line arguments passing to stitcher class
'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.