From 49f668a24782542dfe30b4a67278f45becd3d602 Mon Sep 17 00:00:00 2001 From: Parteek Goyal Date: Sat, 5 Aug 2023 11:36:40 +0530 Subject: [PATCH] Update contribute.py --- contribute.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contribute.py b/contribute.py index aa81f27..86a730f 100644 --- a/contribute.py +++ b/contribute.py @@ -165,9 +165,13 @@ def decode_token(encoded_token): content = file.read() file_path = f'{DIR_PATH+remove_prefix(path,STUDY_NAME_PATH)}' if(platform.uname()[0]=='Windows'): file_path=file_path.replace("\\","/") + print(path) appendBlobInTree(repo,content,file_path,tree_content) + print('append comp') commitAndUpdateRef(repo,tree_content,base_ref.commit,branch) + print('comit comp') runWorkflow(repo,upstream_repo) + print('work comp') except Exception as e: print(e) print("Some error Occured.Please try again after some time.",end="")