You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print"restoration time not defined; default to 2 times detection time: %d ms"% (2*detection_time)
174
+
click.echo("restoration time not defined; default to 2 times detection time: %d ms"% (2*detection_time))
175
175
176
176
forportinports:
177
177
ifport=="all":
@@ -209,7 +209,7 @@ def interval(poll_interval):
209
209
entry_min=restoration_time_entry_value
210
210
entry_min_str="restoration time"
211
211
ifentry_min<poll_interval:
212
-
print>>sys.stderr, "unable to use polling interval = {}ms, value is bigger than one of the configured {} values, please choose a smaller polling_interval".format(poll_interval,entry_min_str)
212
+
click.echo("unable to use polling interval = {}ms, value is bigger than one of the configured {} values, please choose a smaller polling_interval".format(poll_interval,entry_min_str), err=True)
0 commit comments