X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2bfb909dde1241111ab5568f30c45d2644bdaf25..refs/heads/eme/build-tools:/lunaix-os/LConfig diff --git a/lunaix-os/LConfig b/lunaix-os/LConfig index 56cc436..65cfb07 100644 --- a/lunaix-os/LConfig +++ b/lunaix-os/LConfig @@ -50,7 +50,7 @@ def debug_and_testing(): Set the maximum time (in seconds) spent in kernel before considered to be stalled. """ - require(check_stall) + require (check_stall) return 10 @@ -62,7 +62,7 @@ def debug_and_testing(): Setting it to 0 disable this check """ - require(check_stall) + require (check_stall) return 0