Skip to content

Commit 2bc0edd

Browse files
author
rjollos
committed
1.5.2dev: Merge r17481 from 1.4-stable
Refs #13320. git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@17482 af82e41b-90c4-0310-8c96-b1721e28e2e2
2 parents a2643c8 + 1404ec5 commit 2bc0edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trac/env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def verify(self):
396396
directory."""
397397
try:
398398
with open(os.path.join(self.path, 'VERSION')) as f:
399-
tag = f.readline().rstrip('\n')
399+
tag = f.readline().rstrip()
400400
except Exception as e:
401401
raise TracError(_("No Trac environment found at %(path)s\n"
402402
"%(e)s",

0 commit comments

Comments
 (0)