bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 30 May 2011 16:16:19 +0200
branchstable
changeset 7449 5e45e32071aa
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[bfss] Make ``current_fs_path`` return None when an attribute has no value current_fs_path was returning the future fspath when no value was defined. * This does not make any sense * This tricks the storage into believing that updating the attribute content is not necessary. The file was written but the attributes was not updated. as a result the assignement was not made. (close #1725446)

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])