Skip to content

Commit

Permalink
bin/nixpkgs_drv_pname: don't merge pnames
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanmohd committed Sep 23, 2024
1 parent a77616c commit 8f8d25c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/nixpkgs_drv_pname.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
class drv:
drv: str
pname: str
input_drv_pnames: Set[str] = set()
input_drv_pnames: Set[str]
cursor: sqlite3.Cursor

def __init__(self, drv_string: str, cursor: sqlite3.Cursor) -> None:
self.input_drv_pnames = set()
self.cursor = cursor

j = json.loads(drv_string)
Expand Down

0 comments on commit 8f8d25c

Please sign in to comment.