Skip to content

Commit

Permalink
Force failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 27, 2023
1 parent 53aace1 commit 7685d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_selective_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def renderMapToImageWithTime(mapsettings, parallel=False, cache=None):
:param bool parallel: Do parallel or sequential render job
:rtype: QImage
"""
mapsettings.setLayers([])
if parallel:
job = QgsMapRendererParallelJob(mapsettings)
else:
Expand Down

0 comments on commit 7685d7e

Please sign in to comment.