Fix typo
authorPaul Wise <pabs@debian.org>
Tue, 6 Jan 2015 16:52:49 +0000 (00:52 +0800)
committerPaul Wise <pabs@debian.org>
Tue, 6 Jan 2015 16:52:49 +0000 (00:52 +0800)
modules/buildd/files/buildd-schroot-aptitude-kill

index 9a4d720..c73667a 100755 (executable)
@@ -44,7 +44,7 @@ for p in psutil.process_iter():
                if parent is None: continue
                if parent.name != 'schroot': continue
                #
-               try
+               try:
                        rootdir = os.readlink('/proc/%d/root'%(p.pid,))
                except OSError as e:
                        if e.errno == errno.ENOENT: