Skip to content

Commit 7026122

Browse files
committed
debug end file path when eBook renamed
1 parent 3ae9c10 commit 7026122

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CentralBlockTable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def central_block_table_item_changed(self, new_item):
253253
index = 0
254254
while index < len(book['files']):
255255
old_path = book['files'][index]['link']
256-
new_path = 'data'
256+
new_path = self.BDD.get_param('library/directory').replace('{APP_DIR}', app_directory)
257257
if book['authors'] is not None:
258258
if book['authors'].strip() != '':
259259
new_path += '/' + book['authors']

test/VERSION_BUILD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15
1+
16

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
17/03/2021
2-
12:16:14,15
2+
12:43:03,07

0 commit comments

Comments
 (0)