1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

CLI: Additional source path cleanup (close #152)

This commit is contained in:
Paweł Jastrzębski
2015-09-06 14:49:56 +02:00
parent f5a738e2d4
commit 1d4319be2e

View File

@@ -66,6 +66,7 @@ def main(argv=None):
print('No matching files found.')
return
for source in sources:
source = source.rstrip('\\').rstrip('/')
options = copy(optionstemplate)
checkOptions()
if len(sources) > 1: