Commit 491761f8 by Brian Coca

added note to add faf deprecation

parent a6ca133d
...@@ -74,6 +74,7 @@ class ActionModule(ActionBase): ...@@ -74,6 +74,7 @@ class ActionModule(ActionBase):
# if we have first_available_file in our vars # if we have first_available_file in our vars
# look up the files and use the first one we find as src # look up the files and use the first one we find as src
elif faf: elif faf:
#FIXME: issue deprecation warning for first_available_file, use with_first_found or lookup('first_found',...) instead
found = False found = False
for fn in faf: for fn in faf:
fn_orig = fn fn_orig = fn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment