X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/b33b3ccf6aedaec3d33968d126131e3690319b90..72406621d84a39c402cbdb36224c880daef1d087:/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"""