rstrip modules path, to prevent some strange scenario with .git
This commit is contained in:
parent
46670598aa
commit
074e4ad47f
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ def main():
|
|||
action='store_true')
|
||||
args = parser.parse_args()
|
||||
|
||||
args.modules = args.modules.rstrip('/')
|
||||
|
||||
for root, dirs, files in os.walk(args.modules):
|
||||
basedir = root[len(args.modules)+1:].split('/', 1)[0]
|
||||
if basedir in BLACKLIST_DIRS:
|
||||
|
|
Loading…
Reference in a new issue