olofk / ipyxact

Python-based IP-XACT parser
MIT License
121 stars 47 forks source link

fix syntax error on line 81 #30

Closed andersix closed 2 years ago

andersix commented 2 years ago

Fix for this error in the master branch:

python ./ipyxact/ipyxact.py 
  File "./ipyxact/ipyxact.py", line 81
    elif expr in ['true', 'false']:
    ^
SyntaxError: invalid syntax
olofk commented 2 years ago

Thanks for this. Picked and pushed!