forked from platformio/platformio-core
PyLint fix
This commit is contained in:
@ -153,7 +153,8 @@ class MeasurementProtocol(TelemetryBase):
|
|||||||
cmd_path.append(sub_cmd)
|
cmd_path.append(sub_cmd)
|
||||||
self['screen_name'] = " ".join([p.title() for p in cmd_path])
|
self['screen_name'] = " ".join([p.title() for p in cmd_path])
|
||||||
|
|
||||||
def _ignore_hit(self):
|
@staticmethod
|
||||||
|
def _ignore_hit():
|
||||||
if not app.get_setting("enable_telemetry"):
|
if not app.get_setting("enable_telemetry"):
|
||||||
return True
|
return True
|
||||||
if app.get_session_var("caller_id") and \
|
if app.get_session_var("caller_id") and \
|
||||||
|
Reference in New Issue
Block a user