Skip to content

Commit 775617b

Browse files
committed
fix samples problem
1 parent feb9118 commit 775617b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/filebrowse_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
print(values)
3030
a = [
3131
f"path1={values['-filepath1-']}",
32-
f"path2={values["-filepath2-"]}",
32+
f"path2={values['-filepath2-']}",
3333
f"folder={values['-folderpath-']}",
3434
]
3535
eg.popup("Selected:\n" + "\n".join(a))

0 commit comments

Comments
 (0)