Skip to content

Commit

Permalink
Do not raise an error about the missing project in non-auth commands
Browse files Browse the repository at this point in the history
#247 introduced a bug: an
error about a missing project was raised even if the project was
optional.
This change fixes this by splitting get_project to get_non_none_project
and get_project.
  • Loading branch information
Roman Inflianskas committed Jan 17, 2022
1 parent 3c9da94 commit f99d68f
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 170 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
short_ver = 2.14.6
short_ver = 2.14.7
long_ver = $(shell git describe --long 2>/dev/null || echo $(short_ver)-0-unknown-g`git describe --always`)
generated = aiven/client/version.py
PYTHON ?= python3
Expand Down
Loading

0 comments on commit f99d68f

Please sign in to comment.