From 8b1829f5984ff53a0ed5a4f969fb5218d95ad089 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Fri, 31 Jul 2015 21:43:54 -0700 Subject: [PATCH] hmm --- tildetown-py/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildetown-py/stats.py b/tildetown-py/stats.py index ec8b347..c1f6ec5 100644 --- a/tildetown-py/stats.py +++ b/tildetown-py/stats.py @@ -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: