Browse Source

Yet another fix for last translation commits

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
0e592a0402
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/carla_app.py

+ 1
- 1
source/frontend/carla_app.py View File

@@ -54,7 +54,7 @@ from carla_shared import (

class CarlaApplication():
def __init__(self, appName = "Carla2", libPrefix = None):
pathBinaries, _ = getPaths(libPrefix)
pathBinaries, pathResources = getPaths(libPrefix)

# Needed for MacOS and Windows
if os.path.exists(CWD) and (MACOS or WINDOWS):


Loading…
Cancel
Save