Kaydet (Commit) 4880ff39 authored tarafından Adınız's avatar Adınız

fix sysconf output

üst 377d8111
......@@ -65,7 +65,7 @@ def t(name, path, command):
if status != 0:
sys.stdout.write("\r\x1b[K\x1b[31;1m " +
_("[!] Triggering end with ") +
"\x1b[;0m{} {}".format(status/256, name))
"\x1b[;0m{} {}".format(int(status/256), name))
else:
setltime(name, getmtime(path))
sys.stdout.write("\r\x1b[K\x1b[32;1m " +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment