Log types at startup.

This commit is contained in:
Simon Forman
2018-07-18 17:06:51 -07:00
parent 1e8c196c5b
commit 49941f9a33
3 changed files with 32 additions and 18 deletions
+4
View File
@@ -8,6 +8,9 @@ Joypy - Copyright © 2018 Simon Forman
' right-click "sharing" for details.'
' Right-click on these commands to see docs on UI commands: key_bindings mouse_bindings')
import logging, os, pickle, sys
_log = logging.getLogger(__name__)
from textwrap import dedent
from joy.gui.utils import init_home, FileFaker
@@ -111,6 +114,7 @@ def grand_reset(s, e, d):
return stack, e, d
_log.info('Starting.')
STACK_FN = os.path.join(JOY_HOME, 'stack.pickle')
REL_STACK_FN = repo_relative_path(STACK_FN)
JOY_FN = os.path.join(JOY_HOME, 'scratch.txt')