mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 17:13:57 +00:00
_get_test_plugins(): Ignore __pycache__
This commit is contained in:
@@ -69,6 +69,8 @@ def _get_test_plugins():
|
||||
for f in os.listdir(testplugins_path):
|
||||
testplugin = os.path.join(testplugins_path, f)
|
||||
for e in os.listdir(testplugin):
|
||||
if e == '__pycache__':
|
||||
continue
|
||||
testplugins[f] = os.path.join(testplugin, e)
|
||||
return testplugins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user