diff --git a/pymake/pymake_base.py b/pymake/pymake_base.py index cac4e17..08da481 100644 --- a/pymake/pymake_base.py +++ b/pymake/pymake_base.py @@ -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)