Skip to content

Commit

Permalink
Merge pull request #97 from bayeslearner/devel
Browse files Browse the repository at this point in the history
Update restpublish.py.  This closes #96
  • Loading branch information
lowell80 committed Feb 10, 2023
2 parents 5c61c87 + 4c39bad commit 089b7e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ksconf/commands/restpublish.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ def handle_conf_file(self, args, conf_proxy):
else:
conf_type = os.path.basename(conf_proxy.name).replace(".conf", "")

if isinstance(conf_type, str):
conf_type = conf_type.encode("utf-8")

try:
config_file = self._service.confs[conf_type]
Expand Down

0 comments on commit 089b7e7

Please sign in to comment.