bashstats 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NUL ADDED
@@ -0,0 +1,10 @@
1
+ Traceback (most recent call last):
2
+ File "<string>", line 4, in <module>
3
+ for line in f:
4
+ ^
5
+ File "C:\Program Files\Python314\Lib\encodings\cp1252.py", line 23, in decode
6
+ return codecs.charmap_decode(input,self.errors,decoding_table)[0]
7
+ ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8
+ UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 3569: character maps to <undefined>
9
+ Exception ignored while flushing sys.stdout:
10
+ OSError: [Errno 22] Invalid argument