Skip to content

Commit 9a8efd7

Browse files
devopen: formatting
1 parent 72877f1 commit 9a8efd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/devopen.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ from pathlib import Path
77
from subprocess import call, check_output
88
from sys import argv, stderr
99

10+
root_path = Path("@DEVDOCS_INSTALL_DATADIR@")
11+
html_path = root_path / "html"
12+
1013
fzf = [ "fzf", "--no-sort" ]
1114
pgm = Path(argv[0]).name
1215
sep = " • "
1316
www = environ.get("DEVDOCS_BROWSER", "w3m")
1417

15-
root_path = Path("@DEVDOCS_INSTALL_DATADIR@")
16-
html_path = root_path / "html"
17-
1818
local = sorted([ path.name for path in html_path.iterdir() if path.is_dir() ])
1919

2020
def get_item(items):

0 commit comments

Comments
 (0)