Skip to content
  • Yuya Nishihara's avatar
    py3: fix bytes/str mismatch in HgignoreDialog.refresh() · 26942d6a1ad1
    Yuya Nishihara authored
    Spotted by pytype:
    
      in refresh: Function bytes.endswith was called with the wrong arguments
      [wrong-arg-types]
        Expected: (self, suffix: Union[Tuple[bytes, ...], bytes])
        Actually passed: (self, suffix: str)
    
    --HG--
    branch : stable
    26942d6a1ad1