From 037f9ae9333fed2b86a8e1a90afe6e8b91cc7cde Mon Sep 17 00:00:00 2001 From: minqiyang Date: Fri, 29 Jun 2018 14:39:11 +0800 Subject: [PATCH] Remove wrong end of line --- python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index 333c24f34..081c12a5c 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -58,7 +58,7 @@ def is_taged(): if git_tag.replace('v', '') == '@PADDLE_VERSION@': return True else: - return False; + return False def write_version_py(filename='paddle/version.py'): cnt = ''' -- GitLab