Skip to content
Snippets Groups Projects
Commit 2bc1b8e1 authored by Siarhei Harkusha's avatar Siarhei Harkusha
Browse files

TileRecUtils: Remove unused variable in Tile Opt raw channel builder config

parent c6b0c64c
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ def TileRawChannelBuilderOpt2FilterCfg(flags, **kwargs): ...@@ -19,7 +19,6 @@ def TileRawChannelBuilderOpt2FilterCfg(flags, **kwargs):
raise(Exception("Invalid Tile Optimal Filtering method: %s" % method)) raise(Exception("Invalid Tile Optimal Filtering method: %s" % method))
kwargs.setdefault('CreateContainer', True) kwargs.setdefault('CreateContainer', True)
createContainer = kwargs['CreateContainer']
from TileRecUtils.TileRecUtilsConf import TileRawChannelBuilderOpt2Filter from TileRecUtils.TileRecUtilsConf import TileRawChannelBuilderOpt2Filter
kwargs['TileRawChannelBuilder'] = TileRawChannelBuilderOpt2Filter kwargs['TileRawChannelBuilder'] = TileRawChannelBuilderOpt2Filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment