cli: error msg: specify "regular file"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 18 Mar 2016 21:51:54 +0000 (17:51 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 18 Mar 2016 21:55:00 +0000 (17:55 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/cli.py

index b9d8b41969d9cf551cc400d8f2b2aea9fa15e22d..1734117c662926935b7495b2024ad7a4142a605d 100644 (file)
@@ -105,7 +105,7 @@ def _parse_args():
 
     # validate that configuration file exists
     if not os.path.isfile(args.config):
-        _perror('"{}" is not an existing file'.format(args.config))
+        _perror('"{}" is not an existing, regular file'.format(args.config))
 
     # append current working directory and provided include directory
     args.include_dir += [os.getcwd(), resource_filename(__name__, 'include')]
This page took 0.023868 seconds and 4 git commands to generate.