Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Michael Williams
bilby
Commits
5f5cbbd5
Commit
5f5cbbd5
authored
Feb 19, 2021
by
Matthew David Pitkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utils.py: explicitly convect module keys to a list
parent
762568df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bilby/core/utils.py
bilby/core/utils.py
+1
-1
No files found.
bilby/core/utils.py
View file @
5f5cbbd5
...
...
@@ -1250,7 +1250,7 @@ def get_function_path(func):
def
loaded_modules_dict
():
module_names
=
sys
.
modules
.
keys
()
module_names
=
list
(
sys
.
modules
.
keys
()
)
vdict
=
{}
for
key
in
module_names
:
if
"."
not
in
key
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment