Commit 4dd84882 authored by Rafaël Carré's avatar Rafaël Carré

stackhandler: fix indentation

parent 38faa0be
......@@ -75,7 +75,7 @@ def processFile(filename):
if os.path.getsize(filename) < 10:
print("File empty")
os.remove(filename)
os.remove(filename)
return
# Check if VLC version match
......@@ -91,7 +91,7 @@ def processFile(filename):
mapping = mapLibraries(content)
if not mapping:
print("Stacktrace not found")
os.remove(filename)
os.remove(filename)
return
# Associate all eip to their respective lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment