gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16500 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r16500 - gnunet/contrib
Date: Sun, 14 Aug 2011 16:30:19 +0200

Author: grothoff
Date: 2011-08-14 16:30:19 +0200 (Sun, 14 Aug 2011)
New Revision: 16500

Modified:
   gnunet/contrib/gnunet_janitor.py.in
Log:
LRN: fix typo

Modified: gnunet/contrib/gnunet_janitor.py.in
===================================================================
--- gnunet/contrib/gnunet_janitor.py.in 2011-08-14 14:29:47 UTC (rev 16499)
+++ gnunet/contrib/gnunet_janitor.py.in 2011-08-14 14:30:19 UTC (rev 16500)
@@ -44,7 +44,7 @@
   else:
     pids = [pid for pid in os.listdir('/proc') if pid.isdigit ()]
     for pid in pids:
-      result.append ((pid, open (os.path.join ('/proc', pid, 'comm'), 
'rb').read ()
+      result.append ((pid, open (os.path.join ('/proc', pid, 'comm'), 
'rb').read ()))
   return result
 
 def main ():




reply via email to

[Prev in Thread] Current Thread [Next in Thread]