python black reformat
This commit is contained in:
parent
e28963ae61
commit
830d222641
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ callPackage (nur.repo-sources."%s" + "/%s") {}
|
|||
}
|
||||
stripped = path.parts[4:]
|
||||
if stripped[0] not in prefixes:
|
||||
print(f"we could not find {stripped} , you can file an issue at https://github.com/nix-community/NUR/issues to the indexing file if you think this is a mistake", file=sys.stderr)
|
||||
print(
|
||||
f"we could not find {stripped} , you can file an issue at https://github.com/nix-community/NUR/issues to the indexing file if you think this is a mistake",
|
||||
file=sys.stderr,
|
||||
)
|
||||
pkg["meta"]["position"] = prefix
|
||||
else:
|
||||
attrPath = "/".join(stripped[1:])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue