Skip to content

Commit

Permalink
Change message type
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Jan 29, 2021
1 parent 8386ead commit 3310655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clade/extensions/ar.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def parse_cmd(self, cmd):
"command": cmd["command"],
}
except IndexError:
self.error("Something is wrong with the following command: {}".format(cmd))
self.warning("Something is wrong with the following command: {}".format(cmd))
return

if self.is_bad(parsed_cmd):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def finalize_options(self):

setuptools.setup(
name="clade",
version="3.3.3",
version="3.3.4",
author="Ilya Shchepetkov",
author_email="shchepetkov@ispras.ru",
url="https://github.com/17451k/clade",
Expand Down

0 comments on commit 3310655

Please sign in to comment.