Skip to content

Commit cb76db9

Browse files
committed
bug fix
1 parent d8305f1 commit cb76db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

figaro/lib/_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def fileupload_from_list(client, config, filemap, foldermap, filelist):
9797

9898
num_procs = min(cpu_avail, len(filelist))
9999

100-
if num_procs == 1:
100+
if num_procs in [0,1]:
101101
[
102102
fileupload_from_path(
103103
dill.dumps(client), config, filemap, foldermap, file_path

0 commit comments

Comments
 (0)