Turns out this is important! (#55)
RUN_THIS.py won't actually do anything with this commented out.
This commit is contained in:
committed by
Pieter-Jan Briers
parent
6704245a41
commit
4a5a2ceb31
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user