1
0
Fork 0

removed stray print statement

This commit is contained in:
Christian Kühnel 2020-04-15 17:54:18 +02:00
parent 537617af83
commit e1a8db6108

View file

@ -114,7 +114,6 @@ def run_cmake(projects: str, repo_path: str, config_file_path: str = None, *, dr
This version works on all operating systems. This version works on all operating systems.
""" """
print(dryrun)
if config_file_path is None: if config_file_path is None:
script_dir = os.path.dirname(__file__) script_dir = os.path.dirname(__file__)
config_file_path = os.path.join(script_dir, 'run_cmake_config.yaml') config_file_path = os.path.join(script_dir, 'run_cmake_config.yaml')