chiark
/
gitweb
/
~mdw
/
hippotat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
config dir reading fix
[hippotat]
/
hippotatlib
/
__init__.py
diff --git
a/hippotatlib/__init__.py
b/hippotatlib/__init__.py
index 64cc6e51b33b8a022185a49adc6b3929b8c103ae..4c7dd90efd70d6cf5b4d72705dff618214af48cf 100644
(file)
--- a/
hippotatlib/__init__.py
+++ b/
hippotatlib/__init__.py
@@
-546,7
+546,7
@@
def common_startup(process_cfg):
# is a directory
log('directory')
re = regexp.compile('[^-A-Za-z0-9_]')
# is a directory
log('directory')
re = regexp.compile('[^-A-Za-z0-9_]')
- for f in os.listdir(
cdir
):
+ for f in os.listdir(
pathname
):
if re.search(f): continue
subpath = pathname + '/' + f
try:
if re.search(f): continue
subpath = pathname + '/' + f
try: