Skip to content

Commit

Permalink
Reformat code (PEP8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrodd committed Jun 9, 2019
1 parent d07eb86 commit b6845a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Expand Up @@ -63,8 +63,9 @@ def analyze_apk(apk_path, apks_decoded_dir, apks_analyzed_dir, apktool_path, loc
apk = os.path.basename(apk_path)
decoded_output_path = os.path.join(apks_decoded_dir, apk)
try:
apikeys, all_strings, package, version_code, version_name = apk_analyzer.analyze_apk(apk_path, decoded_output_path,
apktool_path)
apikeys, all_strings, package, version_code, version_name = apk_analyzer.analyze_apk(apk_path,
decoded_output_path,
apktool_path)
if apikeys:
dump = None
if config.dump_location == "console":
Expand Down

0 comments on commit b6845a5

Please sign in to comment.