Skip to content

Commit

Permalink
dont repr frame or cabinet
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 31, 2023
1 parent ae91871 commit 9f0bc6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def send_scp_request(self, scp_request):

def __repr__(self):
return (
f"BMPConnection(cabinet={self._cabinet}, frame={self._frame}, "
f"BMPConnection( "
f"boards={self._boards}, local_host={self.local_ip_address}, "
f"local_port={self.local_port}, "
f"remote_host={self.remote_ip_address}, "
Expand Down

0 comments on commit 9f0bc6e

Please sign in to comment.