Skip to content

Commit a4cd3da

Browse files
committed
Update cli.py
ick, no pytest to cover this case Not gonna fix it though, its not a problem yet
1 parent cf631da commit a4cd3da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/relic/sga/core/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def _create_parser(
294294
def command(self, ns: Namespace, *, logger: Logger) -> Optional[int]:
295295
infile: str = ns.src_sga
296296

297-
logger.info(BracketMessage("Printing Tree `{0}`", infile))
297+
logger.info(BraceMessage("Printing Tree `{0}`", infile))
298298

299299
# we need to open the archive to 'isolate' or to determine if we implicit merge
300300
sga: EssenceFS

0 commit comments

Comments
 (0)