diff --git a/gramps/gen/const.py b/gramps/gen/const.py index 8632cccdc..de2658221 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -134,7 +134,7 @@ USER_DIRLIST = (USER_HOME, HOME_DIR, VERSION_DIR, ENV_DIR, TEMP_DIR, THUMB_DIR, ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) sys.path.insert(0, ROOT_DIR) -git_revision = get_git_revision(ROOT_DIR) +git_revision = get_git_revision(ROOT_DIR).replace('\n', '') if sys.platform == 'win32' and git_revision == "": git_revision = get_git_revision(os.path.split(ROOT_DIR)[1]) VERSION += git_revision