projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c0d5f
)
Cleanup Dir in becommands/init.py doctest.
author
W. Trevor King
<wking@drexel.edu>
Sat, 5 Dec 2009 13:31:04 +0000
(08:31 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 5 Dec 2009 13:31:04 +0000
(08:31 -0500)
becommands/init.py
patch
|
blob
|
history
diff --git
a/becommands/init.py
b/becommands/init.py
index 7d6d4753428784078aa12fa71de241d9cd0cd2b0..60852869ab47c9328eb0c48c77a30c515ff4efec 100644
(file)
--- a/
becommands/init.py
+++ b/
becommands/init.py
@@
-55,6
+55,7
@@
def execute(args, manipulate_encodings=True, restrict_file_access=False):
Traceback (most recent call last):
UserError: No such directory: /highly-unlikely-to-exist
>>> os.chdir('/')
+ >>> dir.cleanup()
"""
parser = get_parser()
options, args = parser.parse_args(args)