Skip to content

Commit

Permalink
Update trace.py
Browse files Browse the repository at this point in the history
fixed quad quote error
  • Loading branch information
miket928 committed Jul 30, 2019
1 parent 4cbdbdd commit 0bf5512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def write_dat(self, filename):
return

def __repr__(self):
"""Return a printable version of the trace object.""""
"""Return a printable version of the trace object."""
final = "Q\tSA\tsigSA\tNj\n"
for index, _ in enumerate(self.q):
final += ("{0}\t{1}\t{2}\t{3}\n".format(self.q[index], self.SA[index],
Expand Down

0 comments on commit 0bf5512

Please sign in to comment.