mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Fix parse_dash_results.py
removing a parenthesis too many
This commit is contained in:
parent
f09ec88156
commit
3474934185
@ -377,7 +377,7 @@ def main():
|
||||
|
||||
If the resulting mask is too tolerant, consider adding a new control image next to the existing one.
|
||||
''')
|
||||
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'))
|
||||
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')
|
||||
args = parser.parse_args()
|
||||
|
||||
w = ResultHandler()
|
||||
|
Loading…
x
Reference in New Issue
Block a user