WAD Cannot unset .py[co]

samintz

Scott Mintz
May 20, 2008
1,574
27
Solon, OH, USA
I have environment variables that I have used to automatically run python scripts. Since Python 2 is now deprecated, I was trying to get rid of the variables.
However, the UNSET command fails to remove the variable named .py[co]. It removed .py and .pyw without any issues. There is no error, it just doesn't remove the variable. I tried escaping the brackets. I tried putting it in quotes.

I was able to erase it the old fashioned way:
Code:
set .py[co]=

But UNSET doesn't work. I am running v27.01.22.
 

Similar threads