Skip to content

Commit

Permalink
remove outdated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Mar 5, 2024
1 parent fdd5372 commit bf0eace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bfabric/scripts/bfabric_save_importresource_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bf0eace

Please sign in to comment.