Commit f2d2f425 by Toshio Kuratomi

Fix comment

parent 3269a349
...@@ -197,7 +197,7 @@ class ActionModule(object): ...@@ -197,7 +197,7 @@ class ActionModule(object):
return ReturnData(conn=conn, result=result) return ReturnData(conn=conn, result=result)
if remote_checksum != '1' and not force: 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 continue
if local_checksum != remote_checksum: 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