From 143a4ab17aed3189102cb0592a98172f45d43881 Mon Sep 17 00:00:00 2001 From: Matthew Gaughan Date: Tue, 7 Nov 2023 16:11:24 -0600 Subject: [PATCH] misc kibo updates for processes --- main.py | 2 +- perceval_tasks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 306ac4c..54bb982 100644 --- a/main.py +++ b/main.py @@ -99,4 +99,4 @@ def compute_formality_score(mmt, milestones, lifetime): return mmt / (milestones / lifetime) if __name__ == "__main__": - main() \ No newline at end of file + main() diff --git a/perceval_tasks.py b/perceval_tasks.py index b5754cc..519c079 100644 --- a/perceval_tasks.py +++ b/perceval_tasks.py @@ -23,7 +23,7 @@ def main(vcs_path, begin_date): # this is the primary function for getting the list of commits from perceval def get_perceval_log(vcs_path, begin_date): print(vcs_path) - repo_dir = '/Users/mgone/Desktop/tmp/' + str(vcs_path[0].split('/')[-1]) + repo_dir = '/data/users/mgaughan/tmp/' + str(vcs_path[0].split('/')[-1]) try: #gitpath=repo_dir repo = Git(uri=vcs_path[0], gitpath=repo_dir)