You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Python scripts report having their working directories in C:\WINDOWS\system32 even though being somewhere else
To Reproduce
Steps to reproduce the behavior:
Go to a random directory and create a python file with content like this:
import os
print(os.getcwd()) # prints working directory
Execute it
See that the working directory isn't the one the file is located in, but C:\WINDOWS\system32
Expected behavior
Show the correct working directory. If it's executed in C:\Users\User\Desktop then the directory shouldn't be C:\WINDOWS\system32
Screenshots
Desktop (please complete the following information):
OS Version: [Windows 10 20H2 19042.746]
App version: [v1.1.0.0]
Additional context
The problem doesn't go away, even if I restart my PC or switch to another computer
Log file
Please upload the log file here so that we can understand your issue better. You can access it from Settings->About->Open log location. You can also find this file by going to %localappdata%\Packages\49306atecsolution.FilesUWP_et10x9a9vyk8t\LocalState , you should see a file in this directory called debug.txt or/and debug_fulltrust.txt. debug.txt
The text was updated successfully, but these errors were encountered:
Describe the bug
Python scripts report having their working directories in
C:\WINDOWS\system32
even though being somewhere elseTo Reproduce
Steps to reproduce the behavior:
C:\WINDOWS\system32
Expected behavior
Show the correct working directory. If it's executed in
C:\Users\User\Desktop
then the directory shouldn't beC:\WINDOWS\system32
Screenshots
Desktop (please complete the following information):
Additional context
The problem doesn't go away, even if I restart my PC or switch to another computer
Log file
Please upload the log file here so that we can understand your issue better. You can access it from Settings->About->Open log location. You can also find this file by going to
%localappdata%\Packages\49306atecsolution.FilesUWP_et10x9a9vyk8t\LocalState
, you should see a file in this directory called debug.txt or/and debug_fulltrust.txt.debug.txt
The text was updated successfully, but these errors were encountered: