Skip to content

Commit

Permalink
TG-107 #ready-for-test
Browse files Browse the repository at this point in the history
fixed an issue with combobox initializer
  • Loading branch information
banana committed Jan 30, 2017
1 parent 7c9cca9 commit ac67df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ def setup_combobox(self,who,Dbmode,single):
print ("Query Table:",query.Table)


print(query.Query)

for each in table:

Expand All @@ -735,6 +734,7 @@ def setup_combobox(self,who,Dbmode,single):
self.comboBox.setEnabled(True)
self.comboBox_2.setEnabled(True)
print ("DONE here")
AllowedQueries.clear()
except Exception as A:
print('error adding to combo box ', A)

Expand Down

0 comments on commit ac67df0

Please sign in to comment.