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.
2 parents 776e2ab + 9a8faf2 commit 0229bfaCopy full SHA for 0229bfa
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