You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in main.py:114 :
def parseArgs(self, argv):
if len(argv) > 1 and argv[1].lower() == 'discover':
self._do_discovery(argv[2:])
return
the line of calling _do_discovery is better to be changed to:
self._do_discovery(argv[2:], self.testLoader)
Original issue reported on code.google.com by [email protected] on 15 Sep 2014 at 6:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Sep 2014 at 6:28The text was updated successfully, but these errors were encountered: