Skip to content

Commit 1c67f3c

Browse files
restyled-commitsmarius-alex-tache
authored andcommitted
Restyled by autopep8
1 parent 1483323 commit 1c67f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tools/nxp/factory_data_generator/generate.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ def to_bin(self, klv, out, aes128_key):
138138
calculator = Calculator(Crc16.XMODEM)
139139
crc_sum = calculator.checksum(fullContent)
140140

141-
fullContent = bytearray(b"APP_FACT_DATA: ") + size.to_bytes(4,'little') + fullContent + crc_sum.to_bytes(2,'little')
141+
fullContent = bytearray(b"APP_FACT_DATA: ") + size.to_bytes(4, 'little') + \
142+
fullContent + crc_sum.to_bytes(2, 'little')
142143

143144
size = len(fullContent)
144145

0 commit comments

Comments
 (0)