We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa97890 commit 66b482dCopy full SHA for 66b482d
src/utils/jsonid2pronom.py
@@ -56,7 +56,7 @@ async def output_signature(path: str):
56
57
for encoding in encodings:
58
increment_id += 1
59
- json_puid = "jsonid2pronom/1"
+ json_puid = f"jsonid2pronom/{increment_id}"
60
name_ = f"JSONID2PRONOM Conversion ({encoding})"
61
try:
62
mime = "application/json"
0 commit comments