This commit is contained in:
Paul Gauthier 2023-08-18 10:16:17 -07:00
parent 285536105e
commit cd830cbc3c

View file

@ -745,7 +745,7 @@ class Coder:
# Seems unlikely that we needed to create the file, but it was
# actually already part of the repo.
# But let's handle this obscure corner case anyway.
# But let's only add if we need to, just to be safe.
if need_to_add:
self.repo.repo.git.add(full_path)