Do not append slash to logbase

This commit is contained in:
Miguel Angel Ajo Pelayo 2016-02-20 22:34:27 +01:00
parent 6b4d5f4aa5
commit 8b914bd9e4
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ def process_logs(log_base, files, log_postfix):
if not files:
help()
return 1
if log_base and not log_base.endswith('/'):
log_base += '/'
all_entries = []
filename_alias = {}
for filename in files: