Skip to content

Commit

Permalink
fix upload multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Jun 20, 2024
1 parent d469373 commit c73f29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdc_client/upload/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

OS_WINDOWS = platform.system() == "Windows"

if not OS_WINDOWS or portability.OS_OSX:
if not OS_WINDOWS or not portability.OS_OSX:
from mmap import PROT_READ
else:
from multiprocessing import freeze_support
Expand Down

0 comments on commit c73f29e

Please sign in to comment.