Skip to content

Commit

Permalink
Merge pull request #107 from DCAN-Labs/erikglee-patch-1
Browse files Browse the repository at this point in the history
Update postbibsnet.py
  • Loading branch information
BarryTik authored May 9, 2024
2 parents 8c7538c + 2dcee50 commit 870c533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postbibsnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def generate_sidecar_json(sub_ses, reference_path, derivs_dir, t, desc):
file_path = os.path.join(derivs_dir, filename)

with open(file_path, "w+") as file:
json.dump(sidecar, file)
json.dump(sidecar, file, indent = 4)


def get_template_age_closest_to(age, templates_dir):
Expand Down

0 comments on commit 870c533

Please sign in to comment.