Merge branch 'master' of poisson.phc.unipi.it:gits/PHCStats

Leonardo [2010-04-17 13:11]
Merge branch 'master' of poisson.phc.unipi.it:gits/PHCStats
Filename
phcstats.py
diff --git a/phcstats.py b/phcstats.py
index ff976da..1d87ecc 100755
--- a/phcstats.py
+++ b/phcstats.py
@@ -119,7 +119,7 @@ if __name__ == "__main__":
                       help="The dsh group file to use", default='/etc/dsh/group/all')

     (options, args) = parser.parse_args()
-    group = os.path.expand_user(options.group_file)
+    group = os.path.expanduser(options.group_file)

     if options.check:
         for client in LoadClients():
ViewGit