Skip to content

Commit

Permalink
Allow type list for subinclude parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
izissise committed Feb 18, 2024
1 parent cd3cd49 commit 08eb800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/builtins.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def lower(self:str) -> str:
def fail(msg:str):
pass

def subinclude(target:str):
def subinclude(target:str|list):
pass
def load(target:str, names:str=None):
pass
Expand Down

0 comments on commit 08eb800

Please sign in to comment.