summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-30 02:12:18 +0100
committernfnty <git@nfnty.se>2017-01-30 02:21:17 +0100
commit36287121fc87a89bb6fed608ffe7324ee702e747 (patch)
tree6faeaa702607d3ccbe0eb9bb12b832e76245297d /.travis.yml
parent02b5366f83660f2f8d4b80e761c28e92a0e92e2a (diff)
downloadranger-36287121fc87a89bb6fed608ffe7324ee702e747.tar.gz
ext.vcs.vcs: VcsThread: Fix overridden instance attribute exception
```
Exception ignored in: <module 'threading' from '/usr/lib/python3.6/threading.py'>
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 1349, in _after_forkles
    thread._stop()
TypeError: 'Event' object is not callable
```
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions
2'>102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166