typo
This commit is contained in:
parent
76d97e25ed
commit
9cf5a80655
|
@ -557,7 +557,6 @@ Type "%s help %s" for more info') % (args[argv_len][0], BASENAME, self.command))
|
||||||
return res
|
return res
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
raise ServiceNotAvailable
|
raise ServiceNotAvailable
|
||||||
send_error( + ': ' + str(e))
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue