Skip to content

Commit f9f4109

Browse files
dol-senthesamesam
authored andcommitted
eprefix: black cleanup
Signed-off-by: Brian Dolbec <[email protected]> Part-of: #60 Closes: #60 Signed-off-by: Sam James <[email protected]>
1 parent b4ac95e commit f9f4109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pym/gentoolkit/eprefix.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
1010
Example useage: from gentoolkit.eprefix import EPREFIX
1111
then in code add it to the filepath eg.:
12-
exclude_file = "%s/etc/%s/%s.exclude" % (EPREFIX,__productname__ , action)
12+
exclude_file = "%s/etc/%s/%s.exclude" % (EPREFIX,__productname__ , action)
1313
1414
"""
15+
1516
# Load EPREFIX from Portage, fall back to the empty string if it fails
1617
try:
1718
from portage.const import EPREFIX

0 commit comments

Comments
 (0)