summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-04-09 16:52:33 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-04-09 16:52:33 -0400
commit3944db9c147ec19120b3d1f0ff360a46e48eb8ca (patch)
treee737e6e0f5d3c34cc5c232c20cb2a22af2f4ce6f /TODO.org
parent464a384a1c0dd1264b42f4372d4dce2d9e2e4d06 (diff)
updated TODO.org: added tags to bugs section.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index 9176ae4..59c34ea 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,7 +1,7 @@
* combox
-** bugs
-*** platform specific
-**** TODO use os.path.expanduser to get user's home directory
+** bugs :bugs:
+*** platform specific :platform-specific:
+**** TODO use os.path.expanduser to get user's home directory :#1:
At present os.getenv('HOME') is used to get the user's home
directory; This does not seem to work on Windows[1].