Tools: master 3112e131

Author Committer Branch Timestamp Parent
dregad dregad master 2020-05-17 01:52 master b46ed8f3
Changeset

Do not abort if a plugin can't be updated

An error while executing the git command subprocess caused the whole
script to stop.

Taking advantage of new python3 subprocess.run() features, we catch the
exception and log the error, allowing the whole process to complete.

mod - get_all_repos.py Diff File