*** empty log message ***

svn path=/trunk/boinc/; revision=3480
This commit is contained in:
Karl Chen 2004-05-31 17:29:31 +00:00
parent a0153e5f06
commit 3d0b4fde9c
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ def find_versions__process_single_file(filepath):
match = re_match_exec_filename(filepath)
if not match:
print >>sys.stderr, " Ignoring unknown file", filepath
continue
return
add_files(app=app, match=match, exec_file=filepath,
min_core_version = min_core_version
)
@ -197,7 +197,7 @@ def find_versions__process_bundle(dir):
non_exec_files.append(filepath)
if not match:
print >>sys.stderr, " Ignoring directory", dir
continue
return
add_files(app=app, match=match,
exec_file=exec_file,
non_exec_files=non_exec_files,