Merge pull request #404 from alaquepasa/patch-1
Cambiar el separador de archivos para que funcione en Linux
This commit is contained in:
@@ -12,7 +12,7 @@ from platformcode import config, logger
|
||||
|
||||
def load_controllers():
|
||||
controllers = []
|
||||
path = os.path.join(config.get_runtime_path(),"platformcode\controllers")
|
||||
path = os.path.join(config.get_runtime_path(),"platformcode", "controllers")
|
||||
for fname in os.listdir(path):
|
||||
mod, ext = os.path.splitext(fname)
|
||||
fname = os.path.join(path, fname)
|
||||
|
||||
Reference in New Issue
Block a user