Skip to content

Commit

Permalink
once more... with... feeling?
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Sep 25, 2016
1 parent 2fbd263 commit c9b1fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
set -e
set -x

if [[ "$(uname -s)" == "Darwin" ]]; then
# Initialize the virtualenv created at install time.
source ~/.venv/bin/activate
fi
echo $PATH

tox -- $TOX_FLAGS
2 changes: 1 addition & 1 deletion src/twisted/internet/cfreactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _watchFD(self, fd, descr, flag):
kCFAllocatorDefault, fd,
kCFSocketReadCallBack | kCFSocketWriteCallBack |
kCFSocketConnectCallBack,
self._socketCallback, ctx
lambda *a: log.callWithLogger(self._socketCallback, *a), ctx
)
CFSocketSetSocketFlags(
cfs,
Expand Down

0 comments on commit c9b1fa2

Please sign in to comment.