mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
scandir is not withable before py3.6
This commit is contained in:
parent
6dd39811d4
commit
7f8b8dcb92
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue