We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f627efa commit 2b7ed22Copy full SHA for 2b7ed22
1 file changed
snapraid-runner.py
@@ -67,7 +67,7 @@ def snapraid_command(command, args={}, *, allow_statuscodes=[]):
67
for t in threads:
68
t.join()
69
ret = p.wait()
70
- # sleep for a while to make pervent output mixup
+ # sleep for a while to make prevent output mixup
71
time.sleep(0.3)
72
if ret == 0 or ret in allow_statuscodes:
73
return out
0 commit comments