Skip to content

Commit b0d39b9

Browse files
authored
Merge pull request #273 from ibremseth/dev-foundry-type-fix
Adding foundry type to __str__ function
2 parents 8ee622e + 1a7a5a0 commit b0d39b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crytic_compile/platform/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ def __str__(self) -> str: # pylint: disable=too-many-branches
6363
return "Builder"
6464
if self == Type.BROWNIE:
6565
return "Browner"
66+
if self == Type.FOUNDRY:
67+
return "Foundry"
6668
raise ValueError

0 commit comments

Comments
 (0)