X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/b33b3ccf6aedaec3d33968d126131e3690319b90..b5f07e44c03ec58a77c0a2ff24369d3024482a0c:/dispatcher.py?ds=sidebyside diff --git a/dispatcher.py b/dispatcher.py index 29cff6e..0284da5 100644 --- a/dispatcher.py +++ b/dispatcher.py @@ -27,7 +27,7 @@ class Error(RuntimeError): self.command = command def __str__(self): - return ' '.join(self.command) + return 'Command not found: "%s"' % ' '.join(self.command) class CommandNotFoundError(Error): r"""