Skip to content

Commit

Permalink
Fix warning log call
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Mar 31, 2024
1 parent 4274a51 commit 1727afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_or_exit(cmd):

def run_or_warn(cmd):
if os.system(cmd) == 0: return
log.warn("command {!r} failed".format(cmd))
log.warning("command {!r} failed".format(cmd))


class Clean(clean):
Expand Down

0 comments on commit 1727afd

Please sign in to comment.