Cleanup
This commit is contained in:
parent
5853e3a0c1
commit
eae81fa560
2
doc/TODO
2
doc/TODO
@ -116,6 +116,8 @@ style
|
||||
|
||||
- Use list models for completion and a proxy model which converts them to a
|
||||
tree?
|
||||
- Stuff under scripts/ (especially generate_doc and run_checks) could use a
|
||||
rewrite.
|
||||
|
||||
dwb keybindings to possibly implement
|
||||
=====================================
|
||||
|
@ -341,7 +341,6 @@ class TabbedBrowser(TabWidget):
|
||||
idx = self._tab_insert_idx_right
|
||||
self._tab_insert_idx_right += 1
|
||||
elif pos == 'first':
|
||||
inserted_left = True
|
||||
idx = 0
|
||||
elif pos == 'last':
|
||||
idx = -1
|
||||
|
@ -87,6 +87,7 @@ def run(name, target=None, args=None):
|
||||
target: The package to check
|
||||
args: Option list of arguments to pass
|
||||
"""
|
||||
# pylint: disable=too-many-branches
|
||||
if name == 'pylint':
|
||||
scriptdir = os.path.abspath(os.path.dirname(__file__))
|
||||
if 'PYTHONPATH' in os.environ:
|
||||
|
Loading…
Reference in New Issue
Block a user