Turns out this is important! (#55)
RUN_THIS.py won't actually do anything with this commented out.
This commit is contained in:
parent
6704245a41
commit
4a5a2ceb31
|
|
@ -91,6 +91,6 @@ def reset_solution():
|
||||||
with SOLUTION_PATH.open("w") as f:
|
with SOLUTION_PATH.open("w") as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
|
|
||||||
#if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# install_hooks()
|
install_hooks()
|
||||||
# update_submodules()
|
update_submodules()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue