Skip to content

Commit

Permalink
[fix] allow args to BuildType ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Nov 30, 2022
1 parent 384a055 commit 8a41178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c4/cmany/build_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def default_str():
return "Release"

@staticmethod
def default():
def default(*kwargs):
return BuildType(__class__.default_str())

0 comments on commit 8a41178

Please sign in to comment.