scandir is not withable before py3.6

This commit is contained in:
ed 2021-06-21 20:23:35 +02:00
parent 6dd39811d4
commit 7f8b8dcb92

View file

@ -410,7 +410,7 @@ def main(argv=None):
+ " (if you crash with codec errors then that is why)"
)
if WINDOWS and sys.version_info < (3, 6):
if sys.version_info < (3, 6):
al.no_scandir = True
# signal.signal(signal.SIGINT, sighandler)