chmod and paths
This commit is contained in:
@ -77,8 +77,8 @@ import os
|
||||
|
||||
pwd = os.getcwd() # make sure we're executing from the correct directory level
|
||||
pwd = pwd.replace('\\', '/')
|
||||
if 0 <= pwd.find('buildroot/share/atom'):
|
||||
pwd = pwd[:pwd.find('buildroot/share/atom')]
|
||||
if 0 <= pwd.find('buildroot/share/vscode'):
|
||||
pwd = pwd[:pwd.find('buildroot/share/vscode')]
|
||||
os.chdir(pwd)
|
||||
print('pwd: ', pwd)
|
||||
|
||||
|
Reference in New Issue
Block a user