Skip to content

Commit

Permalink
code style change 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lw921014 committed May 27, 2021
1 parent 5a76b73 commit fa90c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CrossStackProfiler/CspFileReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _checkArgsKey(self, key, type):
"Invalid type of key [%s] in args dict, it should be a %s!" %
(key, type))

exec ("self._%s = self._args[\"%s\"]" % (key, key))
exec("self._%s = self._args[\"%s\"]" % (key, key))

def _align_ts(self, ts):
return ts - self._minTimeStamp
Expand Down

0 comments on commit fa90c6e

Please sign in to comment.