Skip to content

Commit

Permalink
Automated commit -> added return statement to parser in jatosapi
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 23, 2024
1 parent 09fc72d commit 99a53fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ def move_txt(txt_files):

def push():
subprocess.run(["git","remote", "set-url", "https://github.com/HBClab/boost-beh-AF.git"])
subprocess.run(["git", "config", "--global", "user.email", "[email protected]"])
subprocess.run(["git", "config", "--global", "user.name", "miloswrath"])
subprocess.run(["git", "config", "--global", "user.password", "Milocute23"])
subprocess.run(["git", "add", "-A"])
subprocess.run(["git", "commit", "-m", "auto commit -> added subject task data"])
subprocess.run(["git", "push"])
Expand Down

0 comments on commit 99a53fe

Please sign in to comment.