Skip to content

Commit

Permalink
Update constructor/build_outputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Jul 12, 2024
1 parent 82712f5 commit 74d0d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constructor/build_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def process_build_outputs(info):
logger.info("build_outputs: '%s' created '%s'.", name, outpath)


def dump_hash(info, algorithm=[]):
def dump_hash(info, algorithm=None):
algorithm = algorithm or []
if isinstance(algorithm, str):
algorithm = [algorithm]
algorithms = set(algorithm)
Expand Down

0 comments on commit 74d0d63

Please sign in to comment.