src/eric7/Plugins/VcsPlugins/vcsGit/__init__.py@ea3320d5e8e9
src/eric7/Plugins/VcsPlugins/vcsGit/__init__.py
Tue, 12 Dec 2023 09:35:39 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 12 Dec 2023 09:35:39 +0100
- branch
- eric7
- changeset 10403
- ea3320d5e8e9
- parent 9653
-
e67609152c5e
- child 10439
-
21c28b0f9e41
- permissions
- -rw-r--r--
Changed code using "shutil.rmtree()" more readable by adding "ignore_errors=" where this parameter is non-default.
# -*- coding: utf-8 -*-
# Copyright (c) 2014 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the vcs interface to Git.
It consists of the git class, the project helper classes and some
Git specific dialogs.
"""