3,699
edits
 (v 1.03 fix for log, export and done pathes with spaces)  | 
				mNo edit summary  | 
				||
| Line 76: | Line 76: | ||
                             self.__options['param'] += ' -' + elem + ':' + self.__options[elem]  |                              self.__options['param'] += ' -' + elem + ':' + self.__options[elem]  | ||
             '''debug option to see what avdump actually get's fed'''  |              '''debug option to see what avdump actually get's fed'''  | ||
             self.child.info(('%s%s -ac:%s:%s %s') %(self.__options['avdump'], self.__options['param'], self.__options['user'], self.__options['pass'], self.__options['scanpath']))  |              #self.child.info(('%s%s -ac:%s:%s %s') %(self.__options['avdump'], self.__options['param'], self.__options['user'], self.__options['pass'], self.__options['scanpath']))  | ||
             subprocess.call(('%s%s -ac:%s:%s %s') %(self.__options['avdump'], self.__options['param'], self.__options['user'], self.__options['pass'], self.__options['scanpath']))  |              subprocess.call(('%s%s -ac:%s:%s %s') %(self.__options['avdump'], self.__options['param'], self.__options['user'], self.__options['pass'], self.__options['scanpath']))  | ||