Browse Source

Fix last commit

tags/1.9.4
falkTX 11 years ago
parent
commit
fa9cf08cb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla.py

+ 1
- 1
source/carla.py View File

@@ -86,7 +86,7 @@ SAMPLE_RATES = (22050, 32000, 44100, 48000, 88200, 96000, 176400, 192000)
# ------------------------------------------------------------------------------------------------------------
# Global Variables

appName = os.path.basename(__file__) if os.path.dirname(__file__) in os.environ["PATH"] else sys.argv[0]
appName = os.path.basename(__file__) if os.path.dirname(__file__) in PATH else sys.argv[0]
libPrefix = None
projectFilename = None



Loading…
Cancel
Save