Jelmer Vernooij před 6 roky
rodič
revize
75cd5a8a5d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: