Skip to content

Commit

Permalink
Fix pcied daemon failure (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Petro Bratash <petrox.bratash@intel.com>
  • Loading branch information
bratashX authored Sep 9, 2020
1 parent 7f812c9 commit 0969202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic-pcied/scripts/pcied
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class DaemonPcied(DaemonBase):
raise e

resultInfo = platform_pcieutil.get_pcie_check()
err = 0

for item in resultInfo:
if item["result"] == "Failed":
Expand Down

0 comments on commit 0969202

Please sign in to comment.