Skip to content

Instantly share code, notes, and snippets.

@ewongbb
ewongbb / null
Created September 8, 2017 04:38
foo.diff
diff --git a/stem/util/system.py b/stem/util/system.py
index 53c06ac..4752779 100644
--- a/stem/util/system.py
+++ b/stem/util/system.py
@@ -24,8 +24,6 @@ best-effort, providing **None** if the lookup fails.
is_bsd - checks if we're running on the bsd family of operating systems
is_slackware - checks if we're running on slackware
- has_encoding_man - checks if the system's man command has --encoding=ascii available
-
@ewongbb
ewongbb / null
Created September 8, 2017 04:37
testing
diff --git a/stem/util/system.py b/stem/util/system.py
index 53c06ac..4752779 100644
--- a/stem/util/system.py
+++ b/stem/util/system.py
@@ -24,8 +24,6 @@ best-effort, providing **None** if the lookup fails.
is_bsd - checks if we're running on the bsd family of operating systems
is_slackware - checks if we're running on slackware
- has_encoding_man - checks if the system's man command has --encoding=ascii available
-
[ERROR]
Traceback (most recent call last):
File "/home/cc/projs/sandbox/lib/python2.6/site-packages/twisted/internet/defer.py", line 1071, in _inlineCallbacks
result = g.send(result)
File "/home/cc/projs/bb8/master/buildbot/steps/source/repo.py", line 220, in doStartVC
exceptions.AttributeError: 'Repo' object has no attribute 'addLogForRemoteCommands'