]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/misc/tos-storage-stm25p.in
tos-storage-stm25p: fix family support
[tinyos-2.x.git] / tools / tinyos / misc / tos-storage-stm25p.in
index 4d8013dc3dbff5a7ddcc0387a9b28b2ed56790ab..9ef1428f4094f257550b3f239fd7ff8530f2c1c0 100644 (file)
@@ -152,7 +152,7 @@ def parseHeader( dotfile ):
            paths.append(path)
     return paths
   except:
-    return None
+    return []
 
 def findFile( paths, filename ):
   """ Find the first occurrence of 'filename' in the list of paths given. """