Skip to content

Commit

Permalink
updated structure.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-prog committed Jul 1, 2024
1 parent 3db6351 commit 8bf4fc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ def translate_N3_N4(self) -> str:

address = ', '.join(self.target[1:])

if address == '':
return

if self.target[0] == 'N4':
return f'Primary Address: {address}'
Expand Down

0 comments on commit 8bf4fc0

Please sign in to comment.