[rtems-tools commit] rtemstoolkit: Fix error message in options.
    Chris Johns 
    chrisj at rtems.org
       
    Wed Oct 11 19:14:20 UTC 2017
    
    
  
Module:    rtems-tools
Branch:    master
Commit:    7f1167002cb16dd79489dd09869895ee7d7ef634
Changeset: http://git.rtems.org/rtems-tools/commit/?id=7f1167002cb16dd79489dd09869895ee7d7ef634
Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Oct 12 06:08:31 2017 +1100
rtemstoolkit: Fix error message in options.
---
 rtemstoolkit/options.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py
index 70e9786..98b5854 100644
--- a/rtemstoolkit/options.py
+++ b/rtemstoolkit/options.py
@@ -85,7 +85,7 @@ class command_line(object):
         basepath = base_path
 
         if log_default is not None and type(log_default) is not list:
-            raise error.general('log default is a list')
+            raise error.general('log default is not a list')
         self.log_default = log_default
 
         if defaults is None:
    
    
More information about the vc
mailing list