Skip to content

Commit

Permalink
fix: gen bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryanthelol committed Dec 1, 2023
1 parent 5b01e58 commit 289fc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pychassiscli"
version = "0.3.6"
version = "0.3.7"
description = "A lightweight Python distributed microservice command line tool"
authors = [
{ name = "BryantHe", email = "bryantsisu@qq.com" },
Expand Down
1 change: 1 addition & 0 deletions src/pychassiscli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def gen(directory, _type, nameko_module, class_name_str):
# TODO input 让用户在命令行输入
pass
generate_metric_config(nameko_module, class_name_str)
return

if _type == 'unit_test':
if not os.access(directory, os.F_OK) or not os.listdir(directory):
Expand Down

0 comments on commit 289fc02

Please sign in to comment.