*** empty log message ***

svn path=/trunk/boinc/; revision=3695
This commit is contained in:
Karl Chen 2004-06-24 12:22:30 +00:00
parent abe11e77ca
commit 32318835f6
1 changed files with 2 additions and 2 deletions

View File

@ -205,8 +205,8 @@ def find_versions__process_bundle(app, match, dir):
signature_files[s] = filepath
continue
non_exec_files.append(filepath)
if not exec_file
print >>sys.stderr, " Ignoring directory (no executable found)", dir
if not exec_file:
print >>sys.stderr, " Ignoring directory (no executable found - it has to be named the same as the directory)", dir
return
add_files(app = app,
match = match,