We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776e2ab commit 9a8faf2Copy full SHA for 9a8faf2
adafruit_bitmapsaver.py
@@ -159,5 +159,4 @@ def save_pixels(
159
_write_pixels(output_file, pixel_source, palette)
160
except Exception as ex:
161
raise ex
162
- else:
163
- output_file.close()
+ output_file.close()
0 commit comments