[Ocfs2-tools-commits] manish commits r805 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Apr 14 16:03:00 CDT 2005


Author: manish
Date: 2005-04-14 16:02:58 -0500 (Thu, 14 Apr 2005)
New Revision: 805

Modified:
   trunk/ocfs2console/ocfs2interface/process.py
Log:
Fix a typo


Modified: trunk/ocfs2console/ocfs2interface/process.py
===================================================================
--- trunk/ocfs2console/ocfs2interface/process.py	2005-04-14 02:05:46 UTC (rev 804)
+++ trunk/ocfs2console/ocfs2interface/process.py	2005-04-14 21:02:58 UTC (rev 805)
@@ -102,7 +102,7 @@
             return True
 
         if self.count < self.threshold and not self.dialog:
-            self.make_progess_box()
+            self.make_progress_box()
 
         if self.dialog:
             self.pbar.pulse()
@@ -156,7 +156,7 @@
         if cond & gtk.gdk.INPUT_READ:
             try:
                 self.output += fd.read(1024)
-            except IOError, e:
+            except IOError:
                 return False
 
         return True



More information about the Ocfs2-tools-commits mailing list