Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jul 12, 2024
1 parent 9d18d10 commit 1c011b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/credentials/line_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def to_json(self) -> Dict:
"line": self.line,
"line_num": self.line_num,
"path": self.path,
"info": self.info,
"info": str(self.info),
"pattern": self.pattern.pattern,
"separator": self.separator,
"separator_start": self.separator_start,
Expand Down

0 comments on commit 1c011b9

Please sign in to comment.