Skip to content

Commit

Permalink
gui: forgot to rename one data to backing_store
Browse files Browse the repository at this point in the history
fallen committed Jun 18, 2015
1 parent 4d077f5 commit 645c650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gui/explorer.py
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ def submit_clicked(self):
if idx:
row = idx[0].row()
key = self.explist_model.row_to_key[row]
expinfo = self.explist_model.data[key]
expinfo = self.explist_model.backing_store[key]
if self.datetime_en.isChecked():
due_date = self.datetime.dateTime().toMSecsSinceEpoch()/1000
else:

0 comments on commit 645c650

Please sign in to comment.