Skip to content

Commit

Permalink
Made the script executable
Browse files Browse the repository at this point in the history
Signed-off-by: NataliaDracheva <[email protected]>
  • Loading branch information
NataliaDracheva committed Aug 13, 2018
1 parent fc190fd commit cc4f871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build_graph_from_csv.py → scripts/build_graph_from_csv
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#! /usr/bin/env python3

"""This script parses csv log file and builds a graph"""

from matplotlib import pyplot as plt
import pandas as pd
import argparse
Expand Down

0 comments on commit cc4f871

Please sign in to comment.