projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4cc8b
)
Fix argument type
author
Guido Günther
<agx@sigxcpu.org>
Sun, 28 Dec 2014 12:36:22 +0000
(13:36 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Sun, 28 Dec 2014 12:36:22 +0000
(13:36 +0100)
gbp/config.py
patch
|
blob
|
history
diff --git
a/gbp/config.py
b/gbp/config.py
index 8c0bc22595b458373e7bcbdff6968cee842909e2..8225c16a6611febcd7324fbc2f9e6b01ca41936e 100644
(file)
--- a/
gbp/config.py
+++ b/
gbp/config.py
@@
-319,7
+319,7
@@
class GbpOptionParser(OptionParser):
variable.
@param no_local: don't return the per-repo configuration files
- @type no_local: C{
str
}
+ @type no_local: C{
bool
}
@return: list of config files we need to parse
@rtype: C{list}