Skip to content

Commit

Permalink
error -> warning
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprave committed Dec 20, 2024
1 parent 92c1160 commit f1ebf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envex/scripts/envcrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def print_text(self, text):

def warning(self, message):
if message:
logger.warning(f"{self.prog}: error: {message}")
logger.warning(f"{self.prog}: warning: {message}")

def print_help(self, file=None):
text = io.StringIO()
Expand Down

0 comments on commit f1ebf0b

Please sign in to comment.