Skip to content

Commit

Permalink
remove long comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Apr 4, 2024
1 parent 1b4e2ab commit f146f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymake/pymake_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,6 @@ def _create_win_batch(
f = open(batchfile, "w")

# only write the command to batchfile if env vars aren't already configured
# https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html # noqa: E501
if os.environ.get("SETVARS_COMPLETED") != "1":
line = "call " + intel_setvars + "\n"
f.write(line)
Expand Down

0 comments on commit f146f72

Please sign in to comment.