Skip to content

Commit

Permalink
keep the damn console window because otherwise plots don't work anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dende committed Aug 11, 2021
1 parent 8bb07d9 commit 9a989fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dende/platereader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "0.7.3"
__version__ = "0.7.4"

logging.basicConfig(
level=logging.INFO,
Expand Down
2 changes: 1 addition & 1 deletion platereader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
console=True,
icon='dende\\platereader\\platereader.ico')

0 comments on commit 9a989fa

Please sign in to comment.