Minor fix

This commit is contained in:
Dion Moult
2020-01-10 18:24:05 +11:00
parent 28e043f97a
commit e5cd71dd1e
+1 -1
View File
@@ -114,7 +114,7 @@ parser.add_argument(
args = parser.parse_args()
if not os.path.exists('features'):
quit('''
sys.exit('''
BIMTester requires a features folder to exist within the current folder.
Visit https://blenderbim.org/ to learn more about how to use BIMTester.
''')