master
nathaniel smith 2015-07-31 21:43:54 -07:00
parent d1e87ac5b5
commit 8b1829f598
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def bounded_find(path):
return find(path, "-maxdepth", "3", _ok_code=[0,1])
def active_user_count():
return int(wc(sort(cut(who(), "-d' '" "-f1"), "-u"), "-l"))
return int(wc(sort(cut(who(), "-d", " ", "-f1"), "-u"), "-l"))
def guarded_mtime(path):
try: