browser: only load args from first file

This commit is contained in:
Robert Jördens 2016-05-16 11:27:51 +02:00
parent fe69712cc5
commit f1747b5ea5
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ class _ExperimentDock(QtWidgets.QMdiSubWindow):
if uri.scheme() == "file": if uri.scheme() == "file":
logger.info("Loading HDF5 arguments from %s", uri.path()) logger.info("Loading HDF5 arguments from %s", uri.path())
asyncio.ensure_future(self._load_hdf5_task(uri.path())) asyncio.ensure_future(self._load_hdf5_task(uri.path()))
ev.acceptProposedAction() break
async def _recompute_arguments(self, overrides={}): async def _recompute_arguments(self, overrides={}):
try: try: