Skip to content

Commit

Permalink
fixup! Moss: borrar self._dest en el index
Browse files Browse the repository at this point in the history
  • Loading branch information
dato authored Oct 5, 2024
1 parent ba97c87 commit c35c99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorw/corrector/corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ def __init__(self, dest: pathlib.Path):
self._dest = dest
self._emoji: Optional[str] = None
shutil.rmtree(self._dest, ignore_errors=True)
self._git(["rm", "--cached", self._dest])
self._dest.mkdir(parents=True)
self._git(["rm", "--cached", self._dest])

def location(self):
"""Directorio donde se guardaron los archivos."""
Expand Down

0 comments on commit c35c99e

Please sign in to comment.