[sysadmin-bin] key is a parameter of the git.config's function.
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] key is a parameter of the git.config's function.
- Date: Sat, 24 Aug 2013 12:52:20 +0000 (UTC)
commit 7330c45e86e46feec89da5a585a8592d47a45685
Author: Andrea Veri <av gnome org>
Date: Sat Aug 24 14:51:24 2013 +0200
key is a parameter of the git.config's function.
git/pre-receive-check-translations | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/pre-receive-check-translations b/git/pre-receive-check-translations
index 7300f29..63458a6 100755
--- a/git/pre-receive-check-translations
+++ b/git/pre-receive-check-translations
@@ -21,7 +21,7 @@ def error(msg):
def config_dirs(key, default):
try:
- raw = git.config("key", _quiet=True)
+ raw = git.config(key, _quiet=True)
except CalledProcessError:
raw = default
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]