Skip to content

Commit

Permalink
awk typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmyerz committed May 29, 2015
1 parent b99979c commit 82cd452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_test_environment/grappa_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def add_data_file(f):
if args.splits:
num_tuples = subprocess.check_output("wc -l {0}/part-* "
"| tail -n 1 "
"| awk {{print $1}}".format(inputf)
"| awk '{{print $1}}'".format(inputf)
, shell=True)
else:
num_tuples = subprocess.check_output("wc -l {0} | awk '{{print $1}}'".format(inputf), shell=True)
Expand Down

0 comments on commit 82cd452

Please sign in to comment.