Преглед на файлове

Clearing syntay errors in statUtils.py

nixWorker преди 1 ден
родител
ревизия
c0ca112116
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pythonScripts/statUtils.py

+ 1 - 1
pythonScripts/statUtils.py

@@ -53,7 +53,7 @@ def getImage(setup, row, field, extraPath=None):
     try:
         #if row[field] is None, this fails
         remotePath='/'.join(pathList)
-    except TypError:
+    except TypeError:
         #return marker for failed
         return "NONE"
     urlPath=fb.formatPathURL(setup['project'],remotePath)