Skip to content

Commit

Permalink
Bug fix (typo in function name).
Browse files Browse the repository at this point in the history
  • Loading branch information
ntabris committed Oct 8, 2019
1 parent c6122f5 commit a69a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ def clearFrameNegativeAnchors(self):
def importPredictions(self):
"""Starts gui for importing another dataset into currently one."""
filters = ["HDF5 dataset (*.h5 *.hdf5)", "JSON labels (*.json *.json.zip)"]
filenames, selected_filter = openFileDialogs(
filenames, selected_filter = openFileDialog(
self,
dir=None,
caption="Import labeled data...",
Expand Down

0 comments on commit a69a82b

Please sign in to comment.