From 0c24f113c1910f41a133e649cdf98d38a541fc33 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Fri, 20 Oct 2017 10:14:15 +0200 Subject: [PATCH] split overlong line --- processing/pre/3DRVEfrom2Dang.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/processing/pre/3DRVEfrom2Dang.py b/processing/pre/3DRVEfrom2Dang.py index 93507afdc..c618c948b 100644 --- a/processing/pre/3DRVEfrom2Dang.py +++ b/processing/pre/3DRVEfrom2Dang.py @@ -110,7 +110,8 @@ if options.vtr: strCommand = 'vtk_rectilinearGrid ' + pipes.quote(options.outName) + '.ang' os.system(strCommand) os.rename(pipes.quote(options.outName) + '_pos(cell)'+'.vtr', pipes.quote(options.outName) + '.vtr') - strCommand = 'vtk_addRectilinearGridData --vtk '+ pipes.quote(options.outName) + '.vtr --color IPF_001_cubic ' + pipes.quote(options.outName) + '.ang' + strCommand = 'vtk_addRectilinearGridData --vtk '+ pipes.quote(options.outName) + '.vtr --color IPF_001_cubic '\ + + pipes.quote(options.outName) + '.ang' os.system(strCommand) # delete tmp files