Skip to content

Commit

Permalink
fix callig super
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 28, 2023
1 parent 3d294b8 commit 68e19e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/autoinstall/presenters/section.rb
Expand Up @@ -37,7 +37,7 @@ class Section < SimpleDelegator
# @param section [Y2Storage::AutoinstProfile::SectionWithAttributes] the
# concrete type of section depends on the presenter subclass
def initialize(section)
super()
super
textdomain "autoinst"
__setobj__(section)
end
Expand Down

0 comments on commit 68e19e7

Please sign in to comment.