fix function definition for _check_recurse

I had initially moved this to the file module along with other pieces
that were moved to implement issue #817, but moved it back to the file
state and did not put the leading underscore back in the function
definition.
This commit is contained in:
Erik Johnson 2012-10-02 12:52:20 -05:00
parent e510916acf
commit e88de2a6df

View File

@ -186,7 +186,7 @@ def _error(ret, err_msg):
return ret
def check_recurse(
def _check_recurse(
name,
source,
clean,