Fix tabs from PR

This commit is contained in:
Florian Mounier
2014-03-02 11:33:45 +01:00
parent 5e03b5340a
commit ba1d48fc5f

View File

@@ -31,7 +31,7 @@ class User(object):
if uid is not None:
self.pw = pwd.getpwuid(uid)
else:
try:
try:
self.pw = pwd.getpwnam(name)
except:
self.pw = pwd.getpwnam('daemon')