Commit 53a94a1f by Toshio Kuratomi Committed by James Cammarata

Fix comment

parent f6e7f318
......@@ -197,7 +197,7 @@ class ActionModule(object):
return ReturnData(conn=conn, result=result)
if remote_checksum != '1' and not force:
# remote_file does not exist so continue to next iteration.
# remote_file exists so continue to next iteration.
continue
if local_checksum != remote_checksum:
......
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