From f1747b5ea585cf01005f40490718a69be6345b8b Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 16 May 2016 11:27:51 +0200 Subject: [PATCH] browser: only load args from first file --- artiq/browser/experiments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/browser/experiments.py b/artiq/browser/experiments.py index 5e984469b..bbe997bbc 100644 --- a/artiq/browser/experiments.py +++ b/artiq/browser/experiments.py @@ -228,7 +228,7 @@ class _ExperimentDock(QtWidgets.QMdiSubWindow): if uri.scheme() == "file": logger.info("Loading HDF5 arguments from %s", uri.path()) asyncio.ensure_future(self._load_hdf5_task(uri.path())) - ev.acceptProposedAction() + break async def _recompute_arguments(self, overrides={}): try: