repo.or.cz
/
git-stats.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
6710513
)
gitstats: Bugfix for the config parsing mechanism
author
Sverre Rabbelier
<
[email protected]
>
Thu, 31 Jul 2008 04:35:38 +0000
(31 06:35 +0200)
committer
Sverre Rabbelier
<
[email protected]
>
Thu, 31 Jul 2008 04:35:38 +0000
(31 06:35 +0200)
When refactoring it to make testing easier a typo slipped
in and the readDefaultConfigs was actually broken instead.
Bug-introduced-in:
9126a29e13ca515cb63849f480965c86c88b5d5d
src/git_stats/config.py
patch
|
blob
|
blame
|
history
diff --git
a/src/git_stats/config.py
b/src/git_stats/config.py
index
9cf1100
..
4fe9ed2
100644
(file)
--- a/
src/git_stats/config.py
+++ b/
src/git_stats/config.py
@@
-163,7
+163,7
@@
def readDefaultConfigs(convert_camel_case=True):
"""
paths = _getDefaultConfigPaths()
- result = _readConfigPath(paths, convert_camel_case)
+ result = _readConfigPath
s
(paths, convert_camel_case)
return result