Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(service): move py_import from service manager to base service
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Aug 27, 2019
1 parent f090e9b commit 3263e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def _set_grpc_parser(parser=None):
def set_grpc_service_parser(parser=None):
if not parser:
parser = set_base_parser()
set_service_parser(parser)
_set_loadable_service_parser(parser)
_set_grpc_parser(parser)
parser.add_argument('--pb2_path',
type=str,
Expand Down

0 comments on commit 3263e96

Please sign in to comment.