Changes between Initial Version and Version 1 of Ticket #27658, comment 2
- Timestamp:
- Dec 30, 2016, 2:53:53 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27658, comment 2
initial v1 6 6 ... 7 7 if (target_last_modified.replace(microsecond=0) >= source_last_modified.replace(microsecond=0) and 8 ifnot full_path or full_path and not (self.symlink ^ os.path.islink(full_path))):8 not full_path or full_path and not (self.symlink ^ os.path.islink(full_path))): 9 9 ... 10 10 }}}