mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 07:49:59 +00:00
Minor fix
This commit is contained in:
@@ -114,7 +114,7 @@ parser.add_argument(
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
if not os.path.exists('features'):
|
if not os.path.exists('features'):
|
||||||
quit('''
|
sys.exit('''
|
||||||
BIMTester requires a features folder to exist within the current folder.
|
BIMTester requires a features folder to exist within the current folder.
|
||||||
Visit https://blenderbim.org/ to learn more about how to use BIMTester.
|
Visit https://blenderbim.org/ to learn more about how to use BIMTester.
|
||||||
''')
|
''')
|
||||||
|
|||||||
Reference in New Issue
Block a user