Add files via upload

This commit is contained in:
Isaacdelly
2022-12-02 16:54:21 -08:00
committed by GitHub
parent 9bc1ba7f75
commit 7a17612fd7

View File

@@ -125,7 +125,7 @@ if __name__ == '__main__':
args['cpu_count'] = cpu_count
else:
args['cpu_count'] = multiprocessing.cpu_count()
print('invalid input. cpu_count must be greater than 0 and less than ' + str(multiprocessing.cpu_count()))
print('invalid input. cpu_count must be greater than 0 and less than or equal to ' + str(multiprocessing.cpu_count()))
sys.exit(-1)
elif command == 'time':
timer(args)