From 7076580e3caf51fa972fe72ad7effef02cfb1af8 Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holger@nahrstaedt.de> Date: Wed, 9 May 2018 10:32:38 +0200 Subject: [PATCH] Fix typo in cli --- beem/cli.py | 2 +- util/package-osx.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/beem/cli.py b/beem/cli.py index 830f12c9..1d20831c 100644 --- a/beem/cli.py +++ b/beem/cli.py @@ -2002,7 +2002,7 @@ def pending(accounts, only_sum, post, comment, curation, length, author, permlin latest = m.ticker()["latest"] if author and permlink: t = PrettyTable(["Author", "Permlink", "Cashout", "SBD", "SP", "Liquid USD", "Invested USD"]) - if author and title: + elif author and title: t = PrettyTable(["Author", "Title", "Cashout", "SBD", "SP", "Liquid USD", "Invested USD"]) elif author: t = PrettyTable(["Author", "Cashout", "SBD", "SP", "Liquid USD", "Invested USD"]) diff --git a/util/package-osx.sh b/util/package-osx.sh index 64ef7568..78e84eda 100644 --- a/util/package-osx.sh +++ b/util/package-osx.sh @@ -13,9 +13,9 @@ pip install pyinstaller pyinstaller beempy-onedir.spec cd dist -#ditto -rsrc --arch x86_64 'beempy.app' 'beempy.tmp' -#rm -r 'beempy.app' -#mv 'beempy.tmp' 'beempy.app' +# ditto -rsrc --arch x86_64 'beempy.app' 'beempy.tmp' +# rm -r 'beempy.app' +# mv 'beempy.tmp' 'beempy.app' hdiutil create -volname "beempy $VERSION" -srcfolder 'beempy.app' -ov -format UDBZ "$BUILD" if [ -n "$UPLOAD_OSX" ] then -- GitLab