Browse Source

Rename a variable

tags/v1.9.9
falkTX 8 years ago
parent
commit
c403bfe9f3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/carla_host.py

+ 2
- 2
source/carla_host.py View File

@@ -65,8 +65,8 @@ except:
# ------------------------------------------------------------------------------------------------------------
# Safe exception hook, needed for PyQt5

def sys_excepthook(type, value, tback):
return sys.__excepthook__(type, value, tback)
def sys_excepthook(typ, value, tback):
return sys.__excepthook__(typ, value, tback)

# ------------------------------------------------------------------------------------------------------------
# Session Management support


Loading…
Cancel
Save