summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-04-09 17:22:16 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-04-09 17:22:16 -0400
commit27bac7466671068ba5ad47831a18026023751f43 (patch)
tree90651f62e150d084d272ecd17969b0d3f8f72325 /TODO.org
parent72516850b238afa13a54c4e584710e22d873179a (diff)
TODO.org: bug #1 is done.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 59c34ea..db83ea1 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,7 +1,10 @@
* combox
** bugs :bugs:
*** platform specific :platform-specific:
-**** TODO use os.path.expanduser to get user's home directory :#1:
+**** DONE use os.path.expanduser to get user's home directory :#1:
+ CLOSED: [2015-04-09 Thu 17:21]
+ - CLOSING NOTE [2015-04-09 Thu 17:21] \\
+ Done. But I'm not sure if fix the issue in Windows though.
At present os.getenv('HOME') is used to get the user's home
directory; This does not seem to work on Windows[1].