Alexey
2018-05-18 8b9af80a5b3bdb6ec17c4fa2cfa14ce4676ef1c3
scripts/log_parser/log_parser.py
@@ -10,8 +10,8 @@
import platform
import re
import sys
import matplotlib.pyplot as plt
from matplotlib.ticker import MultipleLocator, FormatStrFormatter
@@ -98,6 +98,8 @@
    plt.savefig(save_path, dpi=300)
    if args.show_plot:
        plt.show()
    else:
        plt.switch_backend('agg')
if __name__ == "__main__":