Skip to content

Commit 689b64c

Browse files
committed
🐛
1 parent a852df0 commit 689b64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GDL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def find_gsm(self):
108108
sublime.error_message("GDL build error: No GSM found.")
109109

110110
if len(self.files) > 1:
111-
self.show_quick_panel(folderNames, self.select_project)
111+
self.show_quick_panel(self.files, self.select_project)
112112
else:
113113
self.file_to_convert = self.files[0]
114114

0 commit comments

Comments
 (0)