Skip to content

Commit

Permalink
Merge pull request #1 from Phlogistique/patch-1
Browse files Browse the repository at this point in the history
unprint cmd
  • Loading branch information
regit committed Sep 15, 2011
2 parents d5bc4bf + 33e1412 commit 24a1634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coccigrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ def run(self, files):
cmd += self.options
cmd += ["-sp_file", tmp_cocci_file.name]
cmd += files
print cmd
try:
if self.verbose:
stderr.write("Running: %s.\n" % " ".join(cmd))
Expand Down

0 comments on commit 24a1634

Please sign in to comment.