From 4a5a2ceb31bf74a3c318d6d18b2f40fdff9ac457 Mon Sep 17 00:00:00 2001 From: Remie Richards Date: Sat, 7 Apr 2018 21:39:38 +0100 Subject: [PATCH] Turns out this is important! (#55) RUN_THIS.py won't actually do anything with this commented out. --- BuildChecker/git_helper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildChecker/git_helper.py b/BuildChecker/git_helper.py index 5d72e3f9b5..53bdc103f7 100644 --- a/BuildChecker/git_helper.py +++ b/BuildChecker/git_helper.py @@ -91,6 +91,6 @@ def reset_solution(): with SOLUTION_PATH.open("w") as f: f.write(content) -#if __name__ == '__main__': -# install_hooks() -# update_submodules() +if __name__ == '__main__': + install_hooks() + update_submodules()