Skip to content

Commit

Permalink
fix plint
Browse files Browse the repository at this point in the history
  • Loading branch information
FuHsinyu committed Aug 22, 2024
1 parent 95779cd commit b127503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/data_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def id_from_path(ctx, path):
:returns: Data object id
"""
return genquery.Query(ctx,"DATA_ID",
return genquery.Query(ctx, "DATA_ID",
"COLL_NAME = '%s' AND DATA_NAME = '%s'" % pathutil.chop(path)).first()


Expand Down

0 comments on commit b127503

Please sign in to comment.