mirror of
https://github.com/python/cpython.git
synced 2025-09-26 02:10:18 +00:00
Correction to issue 17052 fix
This commit is contained in:
parent
cb66ee7f56
commit
c36bf99189
3 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ class TestProgram(object):
|
|||
|
||||
def _do_discovery(self, argv, Loader=None):
|
||||
if Loader is None:
|
||||
Loader = self.testLoader
|
||||
Loader = lambda: self.testLoader
|
||||
|
||||
# handle command line args for test discovery
|
||||
self.progName = '%s discover' % self.progName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue