fix: version, ensure no newlines are present
This commit is contained in:
parent
7a7a07d0b1
commit
35a099d995
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ log.debug(f'{now} Starting RhodeCode imports...')
|
|||
|
||||
|
||||
VERSION = tuple(open(os.path.join(
|
||||
os.path.dirname(__file__), 'VERSION')).read().split('.'))
|
||||
os.path.dirname(__file__), 'VERSION')).read().strip().split('.'))
|
||||
|
||||
BACKENDS = collections.OrderedDict()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue