]> git.llucax.com Git - software/pymin.git/blobdiff - dispatcher.py
Add more documentation to seqtools module.
[software/pymin.git] / dispatcher.py
index 29cff6e88d7909738644b3a6fd4c991349f34878..0284da5c499b03805babd97caec2dda8fa99c5ab 100644 (file)
@@ -27,7 +27,7 @@ class Error(RuntimeError):
         self.command = command
 
     def __str__(self):
         self.command = command
 
     def __str__(self):
-        return ' '.join(self.command)
+        return 'Command not found: "%s"' % ' '.join(self.command)
 
 class CommandNotFoundError(Error):
     r"""
 
 class CommandNotFoundError(Error):
     r"""