hydrapsy / malwarecookbook

Automatically exported from code.google.com/p/malwarecookbook
0 stars 0 forks source link

av_multiscan indent error #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run av_multiscan.py

What version of the product are you using? On what operating system?
python 2.7+ and av_multiscan.py r73

Please provide any additional information below.
Looks like the change in r73 (the comments added) messed up the indent level 
for fpscan.  Simple fix but halts the program never-the-less.

$ python av_multiscan.py
  File "av_multiscan.py", line 101
    if os.path.isfile(path_to_fpscan):
    ^
IndentationError: unexpected indent

Original issue reported on code.google.com by hiddenil...@gmail.com on 5 Dec 2012 at 2:44

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r154.

Original comment by michael.hale@gmail.com on 11 Dec 2012 at 1:34