Skip to content

Commit

Permalink
bugfix for #386 v2 environment variables in option arguments not hono…
Browse files Browse the repository at this point in the history
…ured.
  • Loading branch information
petersilva committed Aug 17, 2021
1 parent a03386d commit bcc8267
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 89 deletions.
1 change: 0 additions & 1 deletion sarra/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ def _read_logs_dir(self,dir):
# just patched to not crash for now.
for lf in os.listdir():
lff = lf.split('_')
# print('looking at: %s' %lf )
if len(lff) > 3:
c = lff[1]
cfg = '_'.join(lff[2:-1])
Expand Down
Loading

0 comments on commit bcc8267

Please sign in to comment.