From d9f86d0b95910fd51cfd27ba9ec6d8ddaa5df58a Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 4 Mar 2001 22:38:45 +0000 Subject: do_bump(): Typo --- admin/bin/Release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/bin/Release.py b/admin/bin/Release.py index d5245a5b8..0ca64a2ba 100755 --- a/admin/bin/Release.py +++ b/admin/bin/Release.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -130,7 +130,7 @@ def do_bump(newvers): # hack some files for file in ('index.ht', 'download.ht'): print '%s...' % file, - fp = open(os.path.join('admin', 'www', file, 'r+')) + fp = open(os.path.join('admin', 'www', file), 'r+') text = fp.read() parts = text.split(VERSIONMARK) parts[1] = newvers -- cgit v1.3.1