diff options
| author | Paweł Jastrzębski <[email protected]> | 2015-09-06 14:49:56 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2015-09-06 14:49:56 +0200 |
| commit | 1d4319be2eec0d91bcffc42e6ae452c45aab20c9 (patch) | |
| tree | 0580bfaeb20459860f900bdb14cb4b3ac06fe8e0 | |
| parent | Updated OSX release to QT 5.5 (diff) | |
| download | kcc-1d4319be2eec0d91bcffc42e6ae452c45aab20c9.tar.gz kcc-1d4319be2eec0d91bcffc42e6ae452c45aab20c9.tar.bz2 kcc-1d4319be2eec0d91bcffc42e6ae452c45aab20c9.zip | |
CLI: Additional source path cleanup (close #152)
| -rwxr-xr-x | kcc/comic2ebook.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index 4f27f68..0fc3db7 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -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: |