Skip to content

Commit e8863e4

Browse files
committed
fix translate_path
1 parent 2c8d02c commit e8863e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugin.program.autowidget/resources/lib

plugin.program.autowidget/resources/lib/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def restore():
9999
utils.get_string(30074),
100100
"",
101101
mask=".zip",
102-
defaultt=utils.translate_path(_backup_location),
102+
defaultt=utils.translatePath(_backup_location),
103103
)
104104

105105
if backup.endswith(".zip"):

0 commit comments

Comments
 (0)