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

stackhandler: fix indentation

parent 38faa0be
...@@ -75,7 +75,7 @@ def processFile(filename): ...@@ -75,7 +75,7 @@ def processFile(filename):
if os.path.getsize(filename) < 10: if os.path.getsize(filename) < 10:
print("File empty") print("File empty")
os.remove(filename) os.remove(filename)
return return
# Check if VLC version match # Check if VLC version match
...@@ -91,7 +91,7 @@ def processFile(filename): ...@@ -91,7 +91,7 @@ def processFile(filename):
mapping = mapLibraries(content) mapping = mapLibraries(content)
if not mapping: if not mapping:
print("Stacktrace not found") print("Stacktrace not found")
os.remove(filename) os.remove(filename)
return return
# Associate all eip to their respective lib # 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