diff --git a/python/setup.py.in b/python/setup.py.in index 333c24f341bc3cf49e49a0b49f8c74a4717e02ea..081c12a5cf2d3f95442380c175b830c7e0fe0b60 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 = '''