We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3681e commit 6fdc34aCopy full SHA for 6fdc34a
python2.7-generate.sh
100644
100755
@@ -46,8 +46,9 @@ trap print_cached_err ERR
46
47
# Copy into output directory and convert in-place.
48
cp -r "${in_dir}/cirq" "${out_dir}/cirq"
49
-3to2 "${out_dir}/cirq" -w >/dev/null 2> "${out_dir}/err_tmp.log"
50
-find "${out_dir}/cirq" | grep "\.py\.bak$" | xargs rm -f
+cp -r "${in_dir}/docs" "${out_dir}/docs"
+3to2 "${out_dir}" -w >/dev/null 2> "${out_dir}/err_tmp.log"
51
+find "${out_dir}" | grep "\.py\.bak$" | xargs rm -f
52
53
# Build protobufs.
54
proto_dir="${out_dir}/cirq/api/google/v1"
0 commit comments