We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf631da commit a4cd3daCopy full SHA for a4cd3da
1 file changed
src/relic/sga/core/cli.py
@@ -294,7 +294,7 @@ def _create_parser(
294
def command(self, ns: Namespace, *, logger: Logger) -> Optional[int]:
295
infile: str = ns.src_sga
296
297
- logger.info(BracketMessage("Printing Tree `{0}`", infile))
+ logger.info(BraceMessage("Printing Tree `{0}`", infile))
298
299
# we need to open the archive to 'isolate' or to determine if we implicit merge
300
sga: EssenceFS
0 commit comments