##// END OF EJS Templates
fix: version, ensure no newlines are present
super-admin -
r5568:9f4e8660 stable
parent child Browse files
Show More
@@ -30,7 +30,7 b" log.debug(f'{now} Starting RhodeCode imp"
30
30
31
31
32 VERSION = tuple(open(os.path.join(
32 VERSION = tuple(open(os.path.join(
33 os.path.dirname(__file__), 'VERSION')).read().split('.'))
33 os.path.dirname(__file__), 'VERSION')).read().strip().split('.'))
34
34
35 BACKENDS = collections.OrderedDict()
35 BACKENDS = collections.OrderedDict()
36
36
General Comments 0
You need to be logged in to leave comments. Login now