Actions
Bug #976
closeddefault sqlfile do not work
Status:
Resolved
Priority:
High
Assigned To:
-
Category:
-
Start date:
10/14/2010
Due date:
% Done:
0%
Estimated time:
Description
line 134 of pipeline.py
if sqlfile is None (which is the default) > error > 279 if '$' not in path:
/softs/python/2.6.2/lib/python2.6/posixpath.pyc in expandvars(path)
277 are left unchanged."""
278 global _varprog
-
280 return path
281 if not _varprog:
TypeError: argument of type 'NoneType' is not iterable
Actions