From 535eb79ad7d781915a6999313683113602369989 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 23 Jun 2022 16:07:13 +0200 Subject: [PATCH] Update comment --- esds/plugins/power_states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esds/plugins/power_states.py b/esds/plugins/power_states.py index c9357c7..880c2d1 100644 --- a/esds/plugins/power_states.py +++ b/esds/plugins/power_states.py @@ -26,7 +26,7 @@ from .node_plugin import NodePlugin # #Regarding PowerStatesFromFile: # #Format of is one per line that follow this format ::...: -# #Each line can corresponds to one node +# #Each line can corresponds to one node (line 0 for node 0 etc..) # import Powerstates as ps # pstates=ps.PowerStatesFromFile(,,) # Create a power states on node using line of file # pstates.set_state() # Switch to the power states