mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00: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:
committed by
Dag Wieers
parent
d9ef167e78
commit
fcab13a668
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user