diff -r 8df86bf11fc1 -r 4cfe46c9a944 mozilla-bmo1568145.patch --- a/mozilla-bmo1568145.patch Thu Dec 10 14:36:59 2020 +0100 +++ b/mozilla-bmo1568145.patch Sun Dec 27 10:49:49 2020 +0100 @@ -28,12 +28,12 @@ ManifestLocale, parse_manifest, ) -@@ -94,17 +95,17 @@ def get_dt_from_hg(path): +@@ -100,17 +101,17 @@ def get_dt_from_hg(path): # ts == "20170914215617" ### def get_timestamp_for_locale(path): dt = None - if os.path.isdir(os.path.join(path, '.hg')): + if os.path.isdir(os.path.join(path, ".hg")): dt = get_dt_from_hg(path) if dt is None: