Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
added todo for future of feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Jul 24, 2015
1 parent 0089eb8 commit cff77de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/utils/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from ansible.utils.color import stringc
from ansible.utils.unicode import to_bytes

#TODO: make this a logging callback instead
if C.DEFAULT_LOG_PATH:
path = C.DEFAULT_LOG_PATH
if (os.path.exists(path) and not os.access(path, os.W_OK)) and not os.access(os.path.dirname(path), os.W_OK):
Expand Down

0 comments on commit cff77de

Please sign in to comment.