projects
/
update-copyright.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b608acc
)
Use pth instead of p when splitting ignored (don't clobber the configparser).
author
W. Trevor King
<wking@drexel.edu>
Thu, 16 Feb 2012 11:32:58 +0000
(06:32 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 16 Feb 2012 11:32:58 +0000
(06:32 -0500)
update_copyright/project.py
patch
|
blob
|
history
diff --git
a/update_copyright/project.py
b/update_copyright/project.py
index b5c2c4c5ea5c2606cf951516e57304a5adfde29c..e9de6cc17fe958a656b307cf11c569d7787150bc 100644
(file)
--- a/
update_copyright/project.py
+++ b/
update_copyright/project.py
@@
-129,7
+129,7
@@
class Project (object):
except _configparser.NoOptionError:
pass
else:
- self._ignored_paths = [p
.strip() for p
in ignored.split(',')]
+ self._ignored_paths = [p
th.strip() for pth
in ignored.split(',')]
try:
self._pyfile = p.get('files', 'pyfile')
except _configparser.NoOptionError: