Skip to content

Commit b2addfb

Browse files
committed
Removing unneeded profile adding code (which caused lots of issues)
1 parent ad8f2ec commit b2addfb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/windows/export.py

-6
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@ def __init__(self, *args, **kwargs):
238238
# This exception occurs when there's a problem parsing the Profile file - display a message and continue
239239
log.error("Failed to parse file '%s' as a profile: %s" % (profile_path, e))
240240

241-
# Loop through sorted profiles
242-
for profile_name in sorted(self.profile_names):
243-
# Add to dropdown
244-
self.cboProfile.addItem(self.getProfileName(self.getProfilePath(profile_name)),
245-
self.getProfilePath(profile_name))
246-
247241
# ********* Simple Project Type **********
248242
# load the simple project type dropdown
249243
presets = []

0 commit comments

Comments
 (0)