Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larssont committed Jun 24, 2020
1 parent f627efa commit 2b7ed22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapraid-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def snapraid_command(command, args={}, *, allow_statuscodes=[]):
for t in threads:
t.join()
ret = p.wait()
# sleep for a while to make pervent output mixup
# sleep for a while to make prevent output mixup
time.sleep(0.3)
if ret == 0 or ret in allow_statuscodes:
return out
Expand Down

0 comments on commit 2b7ed22

Please sign in to comment.