SAC files (macOS 10.13) & High Sierra

Hi, it looks like this is a problem with APFS (the new filesystem in High Sierra), independently form SAC, as for instance explained here:

https://discussions.apple.com/thread/8181349

The problem can be reproduced with a simple python script:

import os
print(os.listdir("."))

On APFS, the resulting list is not sorted alphabetically.

Cheers,
Claudio

Hi Claudio,

thanks for the clarification. I still don’t see how this affects ObsPy itself but it might affect some scripts written around ObsPy or some of our internal testing routines. Please report any bugs you find.

Cheers!

Lion