mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
1c4a593993
commit
0841399d0b
@ -137,7 +137,6 @@ def dir_diff(left, right):
|
|||||||
path = os.path.join(dirpath, filename)
|
path = os.path.join(dirpath, filename)
|
||||||
name = os.path.relpath(path, base)
|
name = os.path.relpath(path, base)
|
||||||
data[name], smap[name] = get_decoded_raw(path)
|
data[name], smap[name] = get_decoded_raw(path)
|
||||||
print (1111111, name, type(data[name]))
|
|
||||||
cache, changed_names, renamed_names, removed_names, added_names = changed_files(
|
cache, changed_names, renamed_names, removed_names, added_names = changed_files(
|
||||||
ldata, rdata, ldata.get, rdata.get)
|
ldata, rdata, ldata.get, rdata.get)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user