Skip to content

Commit

Permalink
use function instead of method
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 10, 2019
1 parent 6b07efd commit c94d1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vunit/simulator_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def supports_vhdl_package_generics(cls):
"""
return False

def has_valid_exit_code(self):
@staticmethod
def has_valid_exit_code():
"""
Return if the simulation should fail with nonzero exit codes
"""
Expand Down

0 comments on commit c94d1cc

Please sign in to comment.