removed debugging statement
This commit is contained in:
parent
82527e8398
commit
bbe526ee01
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ callPackage (nur.repo-sources."%s" + "/%s") {}
|
|||
stripped = path.parts[4:]
|
||||
attrPath = "/".join(stripped[1:])
|
||||
location = f"{prefixes[stripped[0]]}{attrPath}"
|
||||
print(stripped, file=sys.stderr)
|
||||
pkg["meta"]["position"] = f"{location}#L{line}"
|
||||
elif position is not None and position.find("nur-combined") > -1:
|
||||
path_str, line = position.rsplit(":", 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue