aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/param_make.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v6/param_make.rb')
-rw-r--r--lib/sisu/v6/param_make.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sisu/v6/param_make.rb b/lib/sisu/v6/param_make.rb
index 7a93e703..50c9551d 100644
--- a/lib/sisu/v6/param_make.rb
+++ b/lib/sisu/v6/param_make.rb
@@ -77,7 +77,11 @@ module SiSU_Param_Make
STDERR.puts "#{n} is #{s.class}: programming error, String expected #{__FILE__}:#{__LINE__}"
s
else
- SiSU_Screen::Ansi.new('v',"*WARN* #{n} length #{s.length} exceeds set db field length #{l}, metadata dropped",@opt.fns).warn unless @opt.act[:quiet][:set]==:on
+ SiSU_Screen::Ansi.new(
+ 'v',
+ "*WARN* #{n} length #{s.length} exceeds set db field length #{l}, metadata dropped",
+ @opt.fns
+ ).warn unless @opt.act[:quiet][:set]==:on
nil
end
end