Update get_sql_column_sample_data.py
When CheckAll is not true the script didn't assign the str variable scriptEnd prior to trying to add to it with +=.readme-wiki
parent
4ff808b773
commit
edf040e690
|
@ -74,7 +74,8 @@ class Module:
|
||||||
instance = self.options['Instance']['Value']
|
instance = self.options['Instance']['Value']
|
||||||
no_defaults = self.options['NoDefaults']['Value']
|
no_defaults = self.options['NoDefaults']['Value']
|
||||||
check_all = self.options['CheckAll']['Value']
|
check_all = self.options['CheckAll']['Value']
|
||||||
|
scriptEnd = ""
|
||||||
|
|
||||||
# read in the common module source code
|
# read in the common module source code
|
||||||
moduleSource = self.mainMenu.installPath + "data/module_source/collection/Get-SQLColumnSampleData.ps1"
|
moduleSource = self.mainMenu.installPath + "data/module_source/collection/Get-SQLColumnSampleData.ps1"
|
||||||
script = ""
|
script = ""
|
||||||
|
|
Loading…
Reference in New Issue