Skip to content

Commit

Permalink
Restore python 3.4 compatibility in build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Sep 1, 2024
1 parent 8973d26 commit ca51cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def main():

if args.object_name is not None:
object_name = Path(args.object_name).name
target = f"build/objdiff/reimpl/{object_name}"
target = "build/objdiff/reimpl/" + object_name
elif args.target is not None:
target = args.target

Expand Down

0 comments on commit ca51cbd

Please sign in to comment.