mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Reworded error message for better English
This commit is contained in:
parent
9d5975f64e
commit
17fb9f6c31
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ class GitProvider:
|
|||
except OSError as exc:
|
||||
if exc.errno == errno.ENOENT:
|
||||
# No lock file present
|
||||
msg = f"Attempt to remove lock {self.url} for file ({lock_file}) which was not found to exist, exception : {exc} "
|
||||
msg = f"Attempt to remove lock {self.url} for file ({lock_file}) which does not exist, exception : {exc} "
|
||||
log.debug(msg)
|
||||
|
||||
elif exc.errno == errno.EISDIR:
|
||||
|
|
Loading…
Add table
Reference in a new issue