Skip to content

Commit

Permalink
rm dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Oct 30, 2024
1 parent b9eb707 commit b00021d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/feelpp/benchmarking/reframe/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ def main_cli():
for config_filepath in parser.args.config:
os.environ["APP_CONFIG_FILEPATH"] = config_filepath
app_config = ConfigReader(config_filepath,ConfigFile).config

if not os.path.exists(app_config.output_directory):
print("Creating the directory", app_config.output_directory)
os.makedirs(app_config.output_directory)


reframe_cmd = cmd_builder.buildCommand(app_config.executable)

if app_config.platform and app_config.platform.type == "apptainer":
Expand Down

0 comments on commit b00021d

Please sign in to comment.