Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Oct 16, 2024
1 parent 8778907 commit c2b4f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion moler/device/unixremote3.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
__copyright__ = "Copyright (C) 2024, Nokia"
__email__ = "[email protected]"


import logging
from moler.device.proxy_pc import ProxyPc
from moler.helpers import (
call_base_class_method_with_same_name,
Expand Down Expand Up @@ -109,7 +111,7 @@ def __init__(
initial_state=initial_state,
lazy_cmds_events=lazy_cmds_events,
)
self._log(msg="Experimental device. Maybe deleted at any moment. Please don't use it in your scripts.")
self._log(level=logging.WARNING, msg="Experimental device. Maybe deleted at any moment. Please don't use it in your scripts.")

def _prepare_sm_data(self, sm_params):
self._prepare_dicts_for_sm(sm_params=sm_params)
Expand Down

0 comments on commit c2b4f1b

Please sign in to comment.