Skip to content

Instantly share code, notes, and snippets.

Logger: homeassistant.components.device_tracker
Source: components/bluetooth_le_tracker/device_tracker.py:189
Integration: Tracciatore dispositivo (documentation, issues)
First occurred: 9:41:04 (1 occurrences)
Last logged: 9:41:04
Error setting up platform legacy
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bluetooth_le_tracker/device_tracker.py", line 172, in update_ble
adapter.start(reset_on_start=True)
.....................................................................F..........................................................................
======================================================================
FAIL: test_apply (test_octodns_provider_ovh.TestOvhProvider)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/samuelez/Documenti/Samuele/github/webs86/octodns/env/local/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/home/samuelez/Documenti/Samuele/github/webs86/octodns/tests/test_octodns_provider_ovh.py", line 365, in test_apply
post_mock.assert_has_calls(wanted_calls)
File "/home/samuelez/Documenti/Samuele/github/webs86/octodns/env/local/lib/python2.7/site-packages/mock/mock.py", line 969, in assert_has_calls
@webs86
webs86 / py_ssh.py
Last active August 11, 2016 16:27
import paramiko
from django.utils import timezone
class SSHBaseCommand:
shell = None
client = None
transport = None
commands = []
cmd = ''
<?php
namespace My\CustomBundle;
use Doctrine\Common\DataFixtures\FixtureInterface;
use Doctrine\Common\Persistence\ObjectManager;
use Symfony\Component\DependencyInjection\ContainerAware;
class FixtureMenu extends ContainerAware implements FixtureInterface
{