*** empty log message ***

svn path=/trunk/boinc/; revision=2276
This commit is contained in:
Karl Chen 2003-09-05 22:44:52 +00:00
parent 0dc50cddba
commit cd4280dbeb
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def find_versions(app, dir):
filepath = os.path.join(dir,file)
if os.path.isdir(filepath):
continue
match = re.match('[^.]+_([0-9]+)[.]([0-9]+)_(.+)(?:[.]gz|[.]exe|[.]sit)?$', file)
match = re.match('[^.]+_([0-9]+)[.]([0-9]+)_(.+?)(?:[.]gz|[.]exe|[.]sit)?$', file)
if not match:
print >>sys.stderr, " Ignoring unknown file", os.path.join(filepath)
continue