Skip to content

Commit

Permalink
typeclass path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 15, 2025
1 parent c876302 commit 0af4008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dipdup/codegen/substrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def generate_schemas(self) -> None:
/ 'substrate'
/ runtime_name
/ 'substrate_events'
/ pascal_to_snake(qualname)
/ pascal_to_snake(qualname.replace('.', ''))
/ f'{metadata_path.stem.replace('.', '_')}.json'
)
if schema_path.exists():
Expand Down

0 comments on commit 0af4008

Please sign in to comment.