diff --git a/bin/ledger2beancount b/bin/ledger2beancount index 982d202d..55c49511 100755 --- a/bin/ledger2beancount +++ b/bin/ledger2beancount @@ -1643,9 +1643,9 @@ while (@input) { read_stanza \@input if $input[0] =~ /^\h+/; } elsif ($l =~ /^[!@]?(N|C|I|i|O|o|b|h|assert|check|expr|eval|value)(\s|$)/) { $after_auto = 1; - print_warning_once "Unsupported directive `$1` skipped"; - # Not supported in beancount - print_comment_top_level $depth, $l; + print_warning_once "Unsupported directive `$1` skipped"; + # Not supported in beancount + print_comment_top_level $depth, $l; } elsif ($l =~ /^[0-9]/) { $after_auto = 1; if ($l =~ /$txn_header_RE/) { # txn header