Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Mar 1, 2024
1 parent 87f403e commit fd3c9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eessi/testsuite/common_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def common_logging_config(prefix=None):
],
}]


def common_general_config(prefix=None):
"""
return common configuration for the 'general' section of the ReFrame configuration file
Expand All @@ -82,6 +83,7 @@ def common_general_config(prefix=None):
'report_file': os.path.join(reportdir, 'run-report-{sessionid}.json')
}]


def common_eessi_init(eessi_version=None):
"""
Returns the full path that should be sourced to initialize the EESSI environment for a given version of EESSI.
Expand Down

0 comments on commit fd3c9ed

Please sign in to comment.