Skip to content
Snippets Groups Projects

MAINT: refactor _Messages; passing unittest

Closed Henrik tom Wörden requested to merge f-messages into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2581,7 +2581,7 @@ def donotuse(func):
def _message_wrap_deprication(msg):
""" function to allow deprecation of _Messages return values """
if not msg._is_wrapped:
if msg._is_wrapped:
return msg
msg._is_wrapped = True
msg.clear_server_messages = donotuse(msg.clear_server_messages)
Loading