mozilla-bmo1568145.patch
branchfirefox84
changeset 1152 4cfe46c9a944
parent 1124 f890ebd6b627
child 1183 e69790650e3c
--- 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: