You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description='''A tool to automatically update test image masks based on results submitted to cdash.
370
+
description='''A tool to automatically update test image masks based on results submitted to cdash.
371
371
372
372
It will take local control images from the QGIS source and rendered images from test results
373
373
on cdash to create a mask.
@@ -377,10 +377,10 @@ def main():
377
377
378
378
If the resulting mask is too tolerant, consider adding a new control image next to the existing one.
379
379
''')
380
-
parser.add_argument('dash_url', help='URL to a dash result with images. E.g. https://cdash.orfeo-toolbox.org/testDetails.php?test=15052561&build=27712'))
381
-
args=parser.parse_args()
380
+
parser.add_argument('dash_url', help='URL to a dash result with images. E.g. https://cdash.orfeo-toolbox.org/testDetails.php?test=15052561&build=27712')
0 commit comments