Commit 218b3f09 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed a tab error

parent bb62d319
...@@ -107,8 +107,8 @@ def deep_analysis(local,remote): ...@@ -107,8 +107,8 @@ def deep_analysis(local,remote):
recstr = bcolors.OKGREEN+recstr+bcolors.ENDC recstr = bcolors.OKGREEN+recstr+bcolors.ENDC
else: else:
recstr = bcolors.FAIL+recstr+bcolors.ENDC recstr = bcolors.FAIL+recstr+bcolors.ENDC
if not prfound: if not prfound:
recstr = bcolors.WARNING+recstr+bcolors.ENDC recstr = bcolors.WARNING+recstr+bcolors.ENDC
print(recstr) print(recstr)
print("") print("")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment