Skip to content

Commit

Permalink
Print env variables using a format compatible with python3.6 used by …
Browse files Browse the repository at this point in the history
…qgis:final-3_8_3
  • Loading branch information
ptormene committed Feb 7, 2024
1 parent 7913d4a commit 702fe8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svir/test/integration/test_drive_oq_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@


def run_all():
print(f'{ONLY_OUTPUT_TYPE=}')
print(f'{OQ_CHECK_MISSING_OUTPUTS=}')
print(f'{OQ_TEST_RUN_CALC=}')
print(f'ONLY_OUTPUT_TYPE: {ONLY_OUTPUT_TYPE}')
print(f'OQ_CHECK_MISSING_OUTPUTS: {OQ_CHECK_MISSING_OUTPUTS}')
print(f'OQ_TEST_RUN_CALC: {OQ_TEST_RUN_CALC}')
suite = unittest.TestSuite()
# OQ_CSV_TO_LAYER_TYPES
suite.addTest(unittest.makeSuite(LoadAggRiskTestCase, 'test'))
Expand Down

0 comments on commit 702fe8b

Please sign in to comment.