Slight path problems
This commit is contained in:
parent
60cba691ca
commit
bfd087a0a6
@ -78,6 +78,7 @@ class Variables():
|
|||||||
if not os.path.exists(path):
|
if not os.path.exists(path):
|
||||||
return "File does not exist"
|
return "File does not exist"
|
||||||
file = os.open(path,"r")
|
file = os.open(path,"r")
|
||||||
|
print(os.getcwd())
|
||||||
content = os.read(file)
|
content = os.read(file)
|
||||||
os.close(file)
|
os.close(file)
|
||||||
return content
|
return content
|
Loading…
x
Reference in New Issue
Block a user