Skip to content
Snippets Groups Projects
Commit 68222fcf authored by Gregory Ashton's avatar Gregory Ashton
Browse files
parent b8b4a781
No related branches found
No related tags found
1 merge request!1052Apply patch from https://git.ligo.org/lscsoft/bilby/-/issues/612
Pipeline #341397 passed
......@@ -73,6 +73,6 @@ def loaded_modules_dict():
module_names = list(sys.modules.keys())
vdict = {}
for key in module_names:
if "." not in key:
if "." not in str(key):
vdict[key] = str(getattr(sys.modules[key], "__version__", "N/A"))
return vdict
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment