summaryrefslogtreecommitdiff
path: root/lib/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parser.py')
-rw-r--r--lib/parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parser.py b/lib/parser.py
index 044ef0a..1bdca57 100644
--- a/lib/parser.py
+++ b/lib/parser.py
@@ -31,7 +31,6 @@ class GenericParser(object):
31 self.output = basename + '.cleaned' + ext 31 self.output = basename + '.cleaned' + ext
32 self.basename = os.path.basename(filename) # only filename 32 self.basename = os.path.basename(filename) # only filename
33 33
34
35 def is_clean(self): 34 def is_clean(self):
36 ''' 35 '''
37 Check if the file is clean from harmful metadatas 36 Check if the file is clean from harmful metadatas