Cody Crewson
Cody Crewson
I just ran across this trying to recreate some of my old work. I think this is going to become a bigger problem as more distros start using the gfortran...
os.path.getsize() returns the size of the file as the os reports it on the file system. Which file systems report 0 bytes for empty binary files? I think it would...
>```python > size = os.path.getsize(binary_file) > with open(binary_file, "rb") as b: > if size > 32: > # cubes that are decidedly non-empty > [...] > elif 8
I have been living with this issue for years, and have been watching for updates. When Dell Display Manager went from the 1.x stream to the 2.y stream it also...