summaryrefslogtreecommitdiffstats
path: root/subcmds/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r--subcmds/manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/manifest.py b/subcmds/manifest.py
index 9c1b3f0c..6bb01045 100644
--- a/subcmds/manifest.py
+++ b/subcmds/manifest.py
@@ -66,8 +66,8 @@ in a Git repository for use during future 'repo init' invocations.
66 else: 66 else:
67 fd = open(opt.output_file, 'w') 67 fd = open(opt.output_file, 'w')
68 self.manifest.Save(fd, 68 self.manifest.Save(fd,
69 peg_rev = opt.peg_rev, 69 peg_rev=opt.peg_rev,
70 peg_rev_upstream = opt.peg_rev_upstream) 70 peg_rev_upstream=opt.peg_rev_upstream)
71 fd.close() 71 fd.close()
72 if opt.output_file != '-': 72 if opt.output_file != '-':
73 print('Saved manifest to %s' % opt.output_file, file=sys.stderr) 73 print('Saved manifest to %s' % opt.output_file, file=sys.stderr)