diff options
author | John Wiegley <johnw@newartisans.com> | 2016-10-27 13:02:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 13:02:51 -0700 |
commit | 310370db041349c94e6984cc283be18f5a25a6ca (patch) | |
tree | 6fded764d20a422e3fe8871101756caa6755b6c8 /acprep | |
parent | 77b9c60a3eb63219286c7fccf234224a94923455 (diff) | |
parent | 978466c8012839614332c42390dca713f8fac608 (diff) | |
download | ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.gz ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.bz2 ledger-310370db041349c94e6984cc283be18f5a25a6ca.zip |
Merge pull request #474 from thdox/ledger-mode-finalize-split
Ledger mode finalize split
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -484,7 +484,7 @@ class PrepareBuild(CommandLineApp): def phase_sloc(self, *args): self.log.info('Executing phase: sloc') - self.execute('sloccount', 'src', 'python', 'lisp', 'test') + self.execute('sloccount', 'src', 'python', 'test') ######################################################################### # Update local files with the latest information # |