Fix comment

release1.8.3
Toshio Kuratomi 10 years ago committed by James Cammarata
parent f6e7f318a2
commit 53a94a1fde

@ -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:

Loading…
Cancel
Save