Skip to content

Commit

Permalink
output trajectory widget fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Jan 9, 2025
1 parent 22a6267 commit e7e9dc8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def get_widget_value(self):
filename = self._field.text()
if len(filename) < 1:
filename = self._default_value[0]
else:
self._parent.set_trajectory(os.path.abspath(filename))
dtype = dtype_lookup[self.dtype_box.currentText()]
chunk_size = self.chunk_box.value()
compression = self.compression_box.currentText()
Expand Down

0 comments on commit e7e9dc8

Please sign in to comment.