* [gentoo-catalyst] [PATCH] Fix typo in fileops.py:clear_dir
@ 2018-09-09 18:07 M. J. Everitt
0 siblings, 0 replies; only message in thread
From: M. J. Everitt @ 2018-09-09 18:07 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1.1: Type: text/plain, Size: 1057 bytes --]
Last one for today!
---
catalyst/fileops.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index ab6a0c9f..49154045 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -93,10 +93,10 @@ def clear_dir(target, mode=0o755, chg_flags=False,
remove=False,
log.info('clear_dir failed: %s: is not a directory', target)
return False
else:
- log.debug("Condidtions not met to clear: %s", target)
- log.debug(" isdir: %s", os.path.isdir(target))
- log.debug(" islink: %s", os.path.islink(target))
- log.debug(" exists: %s", os.path.exists(target))
+ log.debug("Conditions not met to clear: %s", target)
+ log.debug(" isdir: %s", os.path.isdir(target))
+ log.debug(" islink: %s", os.path.islink(target))
+ log.debug(" exists: %s", os.path.exists(target))
if not remove:
log.debug('ensure_dirs()')
--
2.13.0
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-09 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09 18:07 [gentoo-catalyst] [PATCH] Fix typo in fileops.py:clear_dir M. J. Everitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox