Skip to content

Commit

Permalink
add missing quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
delock committed Feb 29, 2024
1 parent 8259122 commit d13fe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def create_dir_symlink(src, dest):
fd.write(f"git_hash='{git_hash}'\n")
fd.write(f"git_branch='{git_branch}'\n")
fd.write(f"installed_ops={install_ops}\n")
fd.write(f"accelerator_name={accelerator_name}\n")
fd.write(f"accelerator_name='{accelerator_name}'\n")
fd.write(f"torch_info={torch_info}\n")

print(f'install_requires={install_requires}')
Expand Down

0 comments on commit d13fe5c

Please sign in to comment.