indent block, no semantics change

This commit is contained in:
Thomas Waldmann 2017-03-26 06:07:02 +02:00
parent 66f4cd1a29
commit a206a85890
1 changed files with 37 additions and 36 deletions

View File

@ -941,6 +941,7 @@ Utilization of max. archive size: {csize_max:.0%}
else:
hardlink_master = True
is_special_file = is_special(st.st_mode)
if True:
if not is_special_file:
path_hash = self.key.id_hash(safe_encode(os.path.join(self.cwd, path)))
ids = cache.file_known_and_unchanged(path_hash, st, ignore_inode)