forked from M-Labs/artiq
browser: only load args from first file
This commit is contained in:
parent
fe69712cc5
commit
f1747b5ea5
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue