Skip to content

Commit

Permalink
Update from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 26, 2020
1 parent 71bd77b commit 3bddf4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/general/src/lib/installation/auto_client.rb
Expand Up @@ -101,6 +101,8 @@ def import(_profile)
# The profile is a Hash or an Array according to the configuration item
# `X-SuSE-YaST-AutoInstDataType`
# @param _params [Hash<String,Object>] Additional parameters
# @option [String] "target" Control how much information should be exported
# (e.g., "default", "compact")
# @return [Hash, Array] profile data
def export(_params)
raise NotImplementedError, "Calling abstract method 'export'"
Expand Down

0 comments on commit 3bddf4e

Please sign in to comment.