Skip to content

Commit

Permalink
Fix: added default value of current_table
Browse files Browse the repository at this point in the history
  • Loading branch information
saltar-ua committed Oct 21, 2020
1 parent f45e45d commit 383823f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sigma/backends/mdatp.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def __init__(self, *args, **kwargs):
"User": (self.decompose_user, ),
}
}
self.current_table = ""

def generateANDNode(self, node):
generated = [ self.generateNode(val) for val in node ]
Expand Down

0 comments on commit 383823f

Please sign in to comment.