mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Make scripts compatible with Python 3 // Resolve #2779
This commit is contained in:
@ -18,7 +18,7 @@ from sys import exit as sys_exit
|
||||
|
||||
|
||||
def fix_symlink(root, fname, brokenlink):
|
||||
print root, fname, brokenlink
|
||||
print(root, fname, brokenlink)
|
||||
prevcwd = getcwd()
|
||||
|
||||
chdir(root)
|
||||
|
Reference in New Issue
Block a user