projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b533ae
)
Fix a fatal typo.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Oct 2012 02:18:35 +0000
(22:18 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Oct 2012 02:18:35 +0000
(22:18 -0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index bcc8275f7c64fa4b5dcce1dfbc5033cfacb6aaa5..ce568bef42140942d06cb37a8a44a496995afce9 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-142,7
+142,7
@@
class GenericExtractor:
except:
self.url = prefix + self.commit
if self.color:
- self.activate
.colors
()
+ self.activate
_color
()
class GitExtractor(GenericExtractor):
"Metadata extraction for the git version control system."