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 Apr 23, 2024
2 parents 1dd0253 + 9abec91 commit ea559a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def handle(self):
one()

session.delete(auth)
# session.commit()
session.commit()
except Exception:
self.logger.error('Could not delete HTTP Basic Auth definition, e:`%s`', format_exc())
session.rollback()
Expand Down

0 comments on commit ea559a8

Please sign in to comment.