Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit bba3f7e

Browse files
author
clittle
committed
Fixed spacing on warning message
1 parent 711ab52 commit bba3f7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layers/exporters/to_excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def to_xlsx(self, layer, filepath="layer.xlsx"):
9292
print('NOTE! Technique/Tactic ' + tech.techniqueID + '/' + tac + ' does not appear '
9393
'to be visible in the matrix. Its parent appears to be hiding it.')
9494
else:
95-
print('WARNING! Technique/Tactic ' + tech.techniqueID + '/' + tac + 'seems malformed. '
95+
print('WARNING! Technique/Tactic ' + tech.techniqueID + '/' + tac + ' seems malformed. '
9696
'Skipping...')
9797
continue
9898
for location in coords:

0 commit comments

Comments
 (0)