This commit is contained in:
Nikos Kouremenos 2005-11-30 14:43:50 +00:00
parent 76d97e25ed
commit 9cf5a80655
1 changed files with 0 additions and 1 deletions

View File

@ -557,7 +557,6 @@ Type "%s help %s" for more info') % (args[argv_len][0], BASENAME, self.command))
return res
except Exception, e:
raise ServiceNotAvailable
send_error( + ': ' + str(e))
return None
if __name__ == '__main__':