Skip to content

Commit 8bf4fc0

Browse files
committed
updated structure.py
1 parent 3db6351 commit 8bf4fc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/structure.py

+2
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ def translate_N3_N4(self) -> str:
460460

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

463+
if address == '':
464+
return
463465

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

0 commit comments

Comments
 (0)