Questions in topic: "python subprocess" https://knowledge.亚搏在线safe.com/questions/topics/single/72801.html The latest questions for the topic "python subprocess" FME command line: return count of features https://knowledge.亚搏在线safe.com/questions/72803/fme-command-line-return-count-of-features.html

Currently I use python to launch FME workspaces and return error with subprocess (below).Is it possible to also return count of the features written?

CommandLine = 'FME ' +ScriptName +' -LOG_FILENAME ' +FME_LOG


try:
retcode = subprocess.call(CommandLine)
if retcode == 0:
logger.info(' Complete on SABOGISP01 @@@ ')

python count python subprocess subprocess Wed,20 Jun 2018 17:02:58 GMT hcarver