Skip to content

Commit 5ab7026

Browse files
committed
return string instead of directly printing
Signed-off-by: Zen <[email protected]>
1 parent 8a242e0 commit 5ab7026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/initramfs_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ def run_tests(self) -> None:
231231
self.logger.debug("No tests executed.")
232232

233233
def __str__(self) -> str:
234-
return print(self.config_dict)
234+
return str(self.config_dict)
235235

0 commit comments

Comments
 (0)