diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 853cbe68..a3f3241a 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -298,7 +298,7 @@ to update the working directory files. | |||
298 | if standalone_manifest: | 298 | if standalone_manifest: |
299 | if is_new: | 299 | if is_new: |
300 | manifest_name = 'default.xml' | 300 | manifest_name = 'default.xml' |
301 | manifest_data = fetch.fetch_file(opt.manifest_url) | 301 | manifest_data = fetch.fetch_file(opt.manifest_url, verbose=opt.verbose) |
302 | dest = os.path.join(m.worktree, manifest_name) | 302 | dest = os.path.join(m.worktree, manifest_name) |
303 | os.makedirs(os.path.dirname(dest), exist_ok=True) | 303 | os.makedirs(os.path.dirname(dest), exist_ok=True) |
304 | with open(dest, 'wb') as f: | 304 | with open(dest, 'wb') as f: |