Changes between Initial Version and Version 1 of Ticket #27658, comment 2


Ignore:
Timestamp:
Dec 30, 2016, 2:53:53 AM (7 years ago)
Author:
Rebkavets Vitali

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27658, comment 2

    initial v1  
    66...
    77                    if (target_last_modified.replace(microsecond=0) >= source_last_modified.replace(microsecond=0) and
    8                             if not 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))):
    99...
    1010}}}
Back to Top