newNodeType: use cache by default and fix commandLine naming

This commit is contained in:
Fabien Castan 2017-09-20 00:52:13 +02:00
parent b2eeabb51d
commit 239164f913

View file

@ -66,8 +66,8 @@ outputNodeStr = '''
from processGraph import desc
class __COMMANDNAME__(desc.CommandLineNode):
internalFolder = '{nodeType}/{uid0}/'
cmdLineExpr = '{nodeType} {allParams}'
internalFolder = '{cache}/{nodeType}/{uid0}/'
commandLine = '{nodeType} {allParams}'
'''.replace('__COMMANDNAME__', args.node)