rstrip modules path, to prevent some strange scenario with .git

pull/4420/head
Matt Martz 2015-05-18 15:31:27 -05:00 committed by John Barker
parent 46670598aa
commit 074e4ad47f
1 changed files with 2 additions and 0 deletions

View File

@ -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: