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:
acfec43
)
project: for consistency, also separate ignored paths with pipes.
author
W. Trevor King
<wking@tremily.us>
Sat, 20 Oct 2012 01:52:48 +0000
(21:52 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 20 Oct 2012 01:52:48 +0000
(21:52 -0400)
update_copyright/project.py
patch
|
blob
|
history
diff --git
a/update_copyright/project.py
b/update_copyright/project.py
index dd9b2a898af0103bf38de30ad3b2ae3a05cc587a..3202878507de1401f4790c5f738abc9bc61bdfe3 100644
(file)
--- a/
update_copyright/project.py
+++ b/
update_copyright/project.py
@@
-124,7
+124,7
@@
class Project (object):
except _configparser.NoOptionError:
pass
else:
- self._ignored_paths = [pth.strip() for pth in ignored.split('
,
')]
+ self._ignored_paths = [pth.strip() for pth in ignored.split('
|
')]
try:
pyfile = parser.get('files', 'pyfile')
except _configparser.NoOptionError: