Skip to content

Commit

Permalink
Fix the build failure caused by function format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jul 1, 2022
1 parent 691d393 commit 4e2cf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_installer/bootloader/bootloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def set_fips(self, image, enable):
"""set fips"""
raise NotImplementedError

def get_fips(self, image)
def get_fips(self, image):
"""returns true if fips set"""
raise NotImplementedError

Expand Down

0 comments on commit 4e2cf1c

Please sign in to comment.