Skip to content
Snippets Groups Projects
Commit 55bbd61d authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Add missing format character in a string

parent 37accdc1
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ class Linux(Unix):
continue
if action == -1:
self.out.warn("Corrupted acpid event file: `%'" % fullpath)
self.out.warn("Corrupted acpid event file: `%s'" % fullpath)
continue
entry = content[event].split('=')[1].strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment