We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7c3b1 commit bf11661Copy full SHA for bf11661
yakstack.py
@@ -5,15 +5,8 @@
5
import argparse
6
import datetime
7
8
-dirname = os.path.expanduser('~/.borednow')
9
-path_yak = dirname + '/yak.json'
10
-
11
12
-def show_help(msg='', code=1):
13
- print 'YOU DID IT WRONG'
14
- if (msg):
15
- print msg
16
- exit(code)
+dirname = os.path.expanduser('~/.yakstack')
+path_yak = dirname + '/yakstack.json'
17
18
19
def ensure_files():
0 commit comments