Turns out this is important! (#55)

RUN_THIS.py won't actually do anything with this commented out.
This commit is contained in:
Remie Richards
2018-04-07 21:39:38 +01:00
committed by Pieter-Jan Briers
parent 6704245a41
commit 4a5a2ceb31

View File

@@ -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()