Martín Montané
Martín Montané
This is the traceback ```python3 Traceback (most recent call last): File "/home/touch/venv/bin/git-auto-deploy", line 8, in sys.exit(main()) File "/home/touch/venv/lib/python3.6/site-packages/gitautodeploy/gitautodeploy.py", line 607, in main from cli.config import get_config_defaults, get_config_from_environment ModuleNotFoundError: No module...
Fixing cases where part is longer than string, this cases should both return false instead of failing. E.g.: ```rust ends_with("asdf", "0123456789"); ``` fails with ``` E: runtime error: Character index...
This change follows a discussion that we had on discord. We ended up deciding to modify the behaviour of the `substr` function to throw an error when the requested substring...