Skip to content

Commit

Permalink
Fix build fail due to missing rz_analysis_version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Mar 11, 2024
1 parent a33dca2 commit 7da2b62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ def bind_analysis(analysis_h: Header) -> None:
"""
RzAnalysis
"""
analysis_h.ignore("rz_analysis_version")

rz_analysis = Class(
analysis_h,
typedef="RzAnalysis",
Expand Down

0 comments on commit 7da2b62

Please sign in to comment.