Преглед изворни кода

typo fix

Signed-off-by: Ayoub Zaki <ayoub.zaki@embexus.com>
Ayoub Zaki пре 3 година
родитељ
комит
1dbfcd2614
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      classes/swupdate-lib.bbclass

+ 1 - 1
classes/swupdate-lib.bbclass

@@ -15,7 +15,7 @@ def swupdate_extract_keys(keyfile_path):
         with open(keyfile_path, 'r') as f:
             lines = f.readlines()
     except IOError:
-        bb.fatal("Failed to open file with keys %s" % (keyfile))
+        bb.fatal("Failed to open file with keys %s" % (keyfile_path))
 
     data = {}
     for _ in lines: