Commit 9f175c99 authored by Reinout van Rees's avatar Reinout van Rees

Changed 'wrote versions to' string.

I changed it to make it applicable whether the picked versions
are printed or not. 'This info has been written to' doesn't work
if this hasn't been printed on the previous lines :-)
parent 42386976
......@@ -1030,7 +1030,7 @@ class Buildout(DictMixin):
f = open(self.update_versions_file, 'a')
f.write('\n'.join(output))
f.close()
print_("This information has been written to " +
print_("Picked versions have been written to " +
self.update_versions_file)
def setup(self, args):
......
......@@ -357,7 +357,7 @@ at the end.
The following part definition lists the versions picked:
[versions]
spam = 2
This information has been written to my_versions.cfg
Picked versions have been written to my_versions.cfg
The versions file now contains the extra pin:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment