We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a852df0 commit 689b64cCopy full SHA for 689b64c
GDL.py
@@ -108,7 +108,7 @@ def find_gsm(self):
108
sublime.error_message("GDL build error: No GSM found.")
109
110
if len(self.files) > 1:
111
- self.show_quick_panel(folderNames, self.select_project)
+ self.show_quick_panel(self.files, self.select_project)
112
else:
113
self.file_to_convert = self.files[0]
114
0 commit comments