mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
parse_dash_results: Better info messages
This commit is contained in:
parent
84955b2cdc
commit
a33c86db90
@ -162,7 +162,10 @@ class ResultHandler(QDialog):
|
||||
rendered_image = img.get('src')
|
||||
images[test_name] = '{}/{}'.format(dash_url, rendered_image)
|
||||
|
||||
print('found images:\n{}'.format(images))
|
||||
if images:
|
||||
print('found images:\n{}'.format(images))
|
||||
else:
|
||||
print('no images found\n')
|
||||
self.images = images
|
||||
self.load_next()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user