From bf0eacea058d9a43cdf689fdddb913022151a9e0 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 5 Mar 2024 10:48:56 +0100 Subject: [PATCH] remove outdated todo --- bfabric/scripts/bfabric_save_importresource_sample.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bfabric/scripts/bfabric_save_importresource_sample.py b/bfabric/scripts/bfabric_save_importresource_sample.py index 149b4671..12611806 100755 --- a/bfabric/scripts/bfabric_save_importresource_sample.py +++ b/bfabric/scripts/bfabric_save_importresource_sample.py @@ -38,8 +38,7 @@ bfabric_storageid = 2 bfapp = Bfabric() -# TODO(cp): should go into a config file, e.g., bfabricrc -# the hash maps the 'real world' to the BFabric application._id +# maps the 'real world' to the BFabric application._id if bfapp.config.application_ids is None: raise RuntimeError("No bfapp.config.application_ids variable configured. check '~/.bfabricrc.py' file!") print(bfapp.config.application_ids)