apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

Python2.7 ism in bootstrapdatabase.py #339

Closed macosforgebot closed 10 years ago

macosforgebot commented 13 years ago

roland@… originally submitted this as ticket:432


bootstrapdatabase.py uses subprocess.check_output which is new in python2.7.

It is possible to use subprocess.check_call. Only the output isn't preserved.

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:432

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:432

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:432

macosforgebot commented 12 years ago

@wsanchez originally submitted this as comment:4:⁠ticket:432

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:6:⁠ticket:432


This script was obsoleted.