small update

--HG--
branch : pmacs2
This commit is contained in:
moculus 2007-06-25 21:35:50 +00:00
parent a4b3f3fa57
commit 42a6359f6f
1 changed files with 0 additions and 1 deletions

View File

@ -309,7 +309,6 @@ class PerlCheckSyntax(method.Method):
'''Check the syntax of a perl file''' '''Check the syntax of a perl file'''
def _execute(self, w, **vargs): def _execute(self, w, **vargs):
app = w.application app = w.application
app.set_error("Checking Syntax...")
cmd = "perl -c -I '%s' '%s'" % (w.mode.perllib, w.buffer.path) cmd = "perl -c -I '%s' '%s'" % (w.mode.perllib, w.buffer.path)
(status, output) = commands.getstatusoutput(cmd) (status, output) = commands.getstatusoutput(cmd)
if status == 0: if status == 0: