mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
Fix old-style class defination
This commit is contained in:
@@ -55,7 +55,7 @@ class AsyncPipe(Thread):
|
|||||||
self.join()
|
self.join()
|
||||||
|
|
||||||
|
|
||||||
class cd:
|
class cd(object):
|
||||||
def __init__(self, new_path):
|
def __init__(self, new_path):
|
||||||
self.new_path = new_path
|
self.new_path = new_path
|
||||||
self.prev_path = os.getcwd()
|
self.prev_path = os.getcwd()
|
||||||
|
Reference in New Issue
Block a user