This is an automated email from the ASF dual-hosted git repository.

lipeidian pushed a commit to branch fix-version-generate
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/fix-version-generate by this 
push:
     new 098703576 update
098703576 is described below

commit 098703576d7d739e588967b6cbd49fa2e1735c47
Author: 李殿 <[email protected]>
AuthorDate: Tue Dec 17 11:47:57 2024 +0800

    update
---
 clients/client-python/scripts/tools/generate_version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/client-python/scripts/tools/generate_version.py 
b/clients/client-python/scripts/tools/generate_version.py
index fdb9b2651..8a6c5e893 100644
--- a/clients/client-python/scripts/tools/generate_version.py
+++ b/clients/client-python/scripts/tools/generate_version.py
@@ -28,7 +28,7 @@ def main():
         )
     except Exception as e:
         print(f"Failed to get the git reference: {e}")
-        return
+        git_commit = "unknown"
 
     compile_date = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
 

Reply via email to