浏览代码

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)