Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Dec 4, 2023
1 parent 5a14eaa commit 2a4136c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobsf/DynamicAnalyzer/views/android/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ def xposed_setup(self, android_version):
xposed_modules = xposed_dir + 'modules/'
# Install MobSF Agents for Xposed
clip_dump_apk = os.path.join(self.tools_dir,
xposed_dir,
'ClipDump.apk')
xposed_dir,
'ClipDump.apk')
logger.info('Installing MobSF Clipboard Dumper')
self.adb_command(['install', '-r', clip_dump_apk])
if android_version < 5:
Expand Down

0 comments on commit 2a4136c

Please sign in to comment.