Jelmer Vernooij 6 vuotta sitten
vanhempi
commit
75cd5a8a5d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -684,7 +684,7 @@ class BaseRepo(object):
             try:
                 encoding = config.get(('i18n', ), 'commitEncoding')
             except KeyError:
-                pass # No dice
+                pass  # No dice
         if encoding is not None:
             c.encoding = encoding
         if message is None: