Skip to content

Commit

Permalink
Reverted schema version and removed debugging print call.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Aug 24, 2022
1 parent bf15f9d commit 9c7a877
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/schema/SCHEMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1661366484-dev
0.4.0-dev
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def test_make_archive(bids_examples, bids_error_examples):
os.makedirs(target_dir, exist_ok=True)
shutil.copytree(bids_examples, f"{target_dir}/bids-examples")
shutil.copytree(bids_error_examples, f"{target_dir}/bids-error-examples")
print("TEST DATA IS BEING MADE in f{target_dir}")

# Keeping this for now, it would be really nice to have a separate archive someday.
# archive_name = f"bidsschematools-testdata-{__version__}"
Expand Down

0 comments on commit 9c7a877

Please sign in to comment.