Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Dec 10, 2016
1 parent 5d12d13 commit 1a99cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarAnalyzer.py
Expand Up @@ -497,7 +497,7 @@ def save_stats(no_empty=False, identifier="yarAnalyzer", excel_patch=False):
if args.t:
source_file = os.path.join(args.p, relPath)
target_file = os.path.join(args.t, os.path.basename(relPath))
print "[+] Copying sample with not match to {0}".format(target_file)
print "[+] Copying sample with no match to {0}".format(target_file)
shutil.copyfile(source_file, target_file)

except Exception,e:
Expand Down

0 comments on commit 1a99cd8

Please sign in to comment.