Skip to content

Commit 4760155

Browse files
committed
버그 수정
1 parent 2b336d6 commit 4760155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ndg_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def show_select_dialog(self):
162162
self, 'Open image file to get nai exif data', '', 'Image File(*.png *.webp)')
163163

164164
if fname[0]:
165-
self.execute(fname[0][0])
165+
self.execute_bystr(fname[0][0])
166166

167167
def dragEnterEvent(self, event):
168168
if event.mimeData().hasUrls():

0 commit comments

Comments
 (0)