Skip to content

Commit

Permalink
Fixed ls_m module generate function sig
Browse files Browse the repository at this point in the history
  • Loading branch information
xorrior committed Nov 30, 2017
1 parent e39f8d4 commit 5c69be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/python/management/osx/ls_m.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, mainMenu, params=[]):
if option in self.options:
self.options[option]['Value'] = value

def generate(self):
def generate(self, obfuscate=False, obfuscationCommand=""):

filePath = self.options['Path']['Value']
filePath += '/'
Expand Down

0 comments on commit 5c69be3

Please sign in to comment.