Skip to content

Commit

Permalink
debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 11, 2023
1 parent 4603d35 commit 3646c84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snakebids/paths/_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ def bids(
for key, value in parsed.items():
custom_parts.append(f"{key}-{value}")

print("custom_parts", custom_parts)
print("_implicit", _implicit)
print("in_interactive_session", in_interactive_session())
if custom_parts and _implicit and not in_interactive_session():
wrn_msg = (
f"The segment '{custom_parts}' has custom entities not part of the "
Expand Down

0 comments on commit 3646c84

Please sign in to comment.