Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed May 16, 2024
2 parents ddfd107 + 801b919 commit 1e99498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/zato-common/src/zato/common/util/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,9 @@ def parse_extra_into_dict(lines:'str | bytes', convert_bool:'bool'=True):
original_line = line
if line:

line = line.replace(r'\r', '')
line = line.strip()

if line.startswith('#'):
continue

Expand Down

0 comments on commit 1e99498

Please sign in to comment.