Skip to content

Commit 9c954b7

Browse files
author
Todd DeLuca
committed
Minor doc fixes
Remove snarky comment.
1 parent 790e6ee commit 9c954b7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

vagrant/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ def __init__(self, root=None, quiet_stdout=True, quiet_stderr=True,
227227
env=None, out_cm=None, err_cm=None):
228228
'''
229229
root: a directory containing a file named Vagrantfile. Defaults to
230-
os.getcwd(). This is the directory and Vagrantfile that the Vagrant
231-
instance will operate on.
230+
os.getcwd(). This is the directory and Vagrantfile that the Vagrant
231+
instance will operate on.
232232
env: a dict of environment variables (string keys and values) passed to
233233
the vagrant command subprocess or None. Defaults to None. If env is
234234
None, `subprocess.Popen` uses the current process environment.
@@ -733,9 +733,6 @@ def _parse_box_list(self, output):
733733
Remove Vagrant usage for unit testing
734734
'''
735735
# Parse box list output
736-
# Cue snarky comment about how nice it would be if vagrant used JSON
737-
# or even had a description of the machine readable output for each
738-
# command
739736

740737
boxes = []
741738
# initialize box values

0 commit comments

Comments
 (0)