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

Commit

Permalink
fix(contrib): allowing dump for contribued module
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Aug 16, 2019
1 parent 8f9e6a3 commit 5f69c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/service/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def dump(self):
self._model.dump()
self.logger.info('dumping finished!')
else:
self.logger.warning('dumping is not allowed as "read_only" is set to true.')
self.logger.info('pass dumping as "read_only" set to true.')

def message_handler(self, msg: 'gnes_pb2.Message', out_sck, ctrl_sck):
try:
Expand Down

0 comments on commit 5f69c78

Please sign in to comment.