mirror of
https://github.com/9001/copyparty.git
synced 2026-01-25 22:51:25 +10:00
scandir is not withable before py3.6
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user