From: W. Trevor King Date: Sat, 5 Dec 2009 13:31:04 +0000 (-0500) Subject: Cleanup Dir in becommands/init.py doctest. X-Git-Tag: 1.0.0~59^2~63 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8f1c5709af7fb0d618dcf142d51dc95ef7d6c2c;p=be.git Cleanup Dir in becommands/init.py doctest. --- diff --git a/becommands/init.py b/becommands/init.py index 7d6d475..6085286 100644 --- 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)