Age | Commit message (Collapse) | Author | Files | Lines |
|
It used to point to a directory, which would then look for .vgstash.db.
This behavior was kind of backwards and I don't remember why I did it
that way. This change gives users more control over where they put their
DB.
Be sure to update your environment variable if you have it set!
|
|
|
|
|
|
Even if you catch that exception, Python complains. This happens when
piping to head or any other program that may exit before vgstash is
done. The solution is to simply close stderr when you're done.
|
|
I was dumb and didn't start committing as soon as I started. vgstash is
considered ready for 0.1 and beta usage. There's a somewhat long road
ahead, but I look forward to making this tool finally come to fruition.
|