mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 21:39:10 -07:00
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:
parent
d9ef167e78
commit
fcab13a668
4 changed files with 57 additions and 76 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue