Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73eb6adb4a | |||
| 345de155fa |
+2
-2
@@ -167,9 +167,9 @@ is_clear () {
|
|||||||
|
|
||||||
|
|
||||||
if [[ ${avg10} -lt ${clear_threshold} ]]; then
|
if [[ ${avg10} -lt ${clear_threshold} ]]; then
|
||||||
return 0
|
true
|
||||||
else
|
else
|
||||||
return 1
|
false
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule psi-by-example updated: a702bed037...1e02fc7640
Reference in New Issue
Block a user