Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Oct 22, 2024
1 parent 5ade95e commit d5a2448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxstools/nxsfileinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def update_pid(self, metadata, filename=None, puuid=False, pfname=False,
if genuid:
spid = spid[:-1]
if len(spid) == 2:
metadata["datasetName"] = spid[1]
metadata["datasetName"] = spid[1]
elif len(spid) > 1:
try:
int(spid[-1])
Expand Down

0 comments on commit d5a2448

Please sign in to comment.