PEP8 fixes: Ansible source_control module (#32323)

* PEP8 fixes: Ansible source_control module

* Some more cleanup changes

* More cleanups

* Fix copyright statement
This commit is contained in:
Yadnyawalkya Tale 2017-11-06 13:00:33 +00:00 committed by Dag Wieers
parent d9ef167e78
commit fcab13a668
4 changed files with 57 additions and 76 deletions

View file

@ -272,7 +272,7 @@ def main():
module.fail_json(msg="ERROR: modified files exist in the repository.")
svn.update()
else:
module.fail_json(msg="ERROR: %s folder already exists, but its not a subversion repository." % (dest, ))
module.fail_json(msg="ERROR: %s folder already exists, but its not a subversion repository." % (dest,))
if export:
module.exit_json(changed=True)