Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

WAD Cannot unset .py[co]

samintz

Scott Mintz
May
1,582
27
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

Back
Top