-
Martin Jansa authored
* The d.getVar has the second argument as True by default, avoid passing it here. sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u)
8063ccb9