Skip to content

0.3.1

Choose a tag to compare

@s3rvac s3rvac released this 03 Sep 14:24
  • FIX: Fixed removal of files or directories when not being inside the
    repository's root path. Previously, this failed with an exception.
  • FIX: When an untracked directory is to be removed, use shutil.rmtree()
    instead of os.remove() because os.remove() does not work on directories.