aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm_json.py
diff options
context:
space:
mode:
Diffstat (limited to 'gm/gm_json.py')
-rw-r--r--gm/gm_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/gm_json.py b/gm/gm_json.py
index c2a01f121c..0620bca410 100644
--- a/gm/gm_json.py
+++ b/gm/gm_json.py
@@ -83,7 +83,7 @@ GM_ACTUALS_ROOT_HTTP_URL = (
GM_ACTUALS_ROOT_GS_URL = 'gs://chromium-skia-gm/gm'
# Pattern used to assemble each image's filename
-IMAGE_FILENAME_PATTERN = '(\S+)_(\S+).png' # matches (testname, config)
+IMAGE_FILENAME_PATTERN = '(\S+)_(\S+)\.png' # matches (testname, config)
def CreateGmActualUrl(test_name, hash_type, hash_digest,
gm_actuals_root_url=GM_ACTUALS_ROOT_HTTP_URL):