summaryrefslogtreecommitdiff
path: root/bootloader/ota-dfu-python
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-01-31 20:50:04 +0100
committerJean-François Milants <jf@codingfield.com>2021-01-31 20:50:04 +0100
commit51ff9d5e7bce66bc864bf6e807b0c4dbc6f2231b (patch)
tree9a71162510a54c849d78fd0b967e3d50f12cf1b6 /bootloader/ota-dfu-python
parentec0deb66b7bff171a54015ec8d90f319da49c398 (diff)
Normalize all the line endings
Diffstat (limited to 'bootloader/ota-dfu-python')
-rw-r--r--bootloader/ota-dfu-python/unpacker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/ota-dfu-python/unpacker.py b/bootloader/ota-dfu-python/unpacker.py
index 960ef9de..ab2ecbc5 100644
--- a/bootloader/ota-dfu-python/unpacker.py
+++ b/bootloader/ota-dfu-python/unpacker.py
@@ -13,7 +13,7 @@ class Unpacker(object):
#
#--------------------------------------------------------------------------
def entropy(self, length):
- return ''.join(random.choice('abcdefghijklmnopqrstuvwxyz') for i in range (length))
+ return ''.join(random.choice('abcdefghijklmnopqrstuvwxyz') for i in range (length))
#--------------------------------------------------------------------------
#