changeset 77:3da163e44b8a

print the absolute path to the blog file
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 02 Aug 2010 07:14:33 -0700
parents 3550159184cf
children 5b1259424c51
files bitsyblog/blogme.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bitsyblog/blogme.py	Mon Jun 28 08:07:09 2010 -0700
+++ b/bitsyblog/blogme.py	Mon Aug 02 07:14:33 2010 -0700
@@ -68,6 +68,7 @@
         f = file(options.file, 'w')
         print >> f, msg
         f.close()
+        print os.path.abspath(options.file)
         sys.exit(0)
 
     # parse dotfile config