Merge pull request #3313 from volundmush/option_set_improve

Improve OptionHandler.set()
This commit is contained in:
Griatch 2023-10-31 20:44:02 +01:00 committed by GitHub
commit cffeabcd7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -1049,4 +1049,4 @@ class CmdStyle(COMMAND_DEFAULT_CLASS):
except ValueError as e:
self.msg(str(e))
return
self.msg(f"Style {self.lhs} set to {result}")
self.msg(f"Style {result.key} set to {result.display()}")