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 Oct 20, 2023
2 parents 6cf98d8 + 3561118 commit 8d1b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/zato-cli/src/zato/cli/enmasse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ def write_output(

# .. if there are no generic connections left at this point, this key can be deleted ..
if not to_write.get('zato_generic_connection'):
_ = to_write.pop('zato_generic_connection')
_ = to_write.pop('zato_generic_connection', None)

# .. this lets us move individual keys around ..
to_write = OrderedDict(to_write)
Expand Down

0 comments on commit 8d1b983

Please sign in to comment.