Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
a6f56d16
Commit
a6f56d16
authored
Oct 19, 2021
by
Gustaf Ahdritz
Browse files
Prettyprint mmCIF cache
parent
5d449184
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/generate_mmcif_cache.py
scripts/generate_mmcif_cache.py
+1
-1
No files found.
scripts/generate_mmcif_cache.py
View file @
a6f56d16
...
@@ -40,7 +40,7 @@ def main(args):
...
@@ -40,7 +40,7 @@ def main(args):
pbar
.
update
()
pbar
.
update
()
with
open
(
args
.
output_path
,
"w"
)
as
fp
:
with
open
(
args
.
output_path
,
"w"
)
as
fp
:
fp
.
write
(
json
.
dumps
(
data
))
fp
.
write
(
json
.
dumps
(
data
,
indent
=
4
))
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
...
...
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