Skip to content

Commit

Permalink
add logging for original port context
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Fencik committed Nov 25, 2024
1 parent 3c08636 commit 8ba64d9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def delete_port_precommit(self, context):

def delete_port_postcommit(self, context):
log_call("delete_port_postcommit", context)
print("Original context: ")
pprint(context.original)

def bind_port(self, context):
log_call("bind_port", context)
Expand Down

0 comments on commit 8ba64d9

Please sign in to comment.