Skip to content

Commit a6bc3c6

Browse files
committed
Fix comment
1 parent 651838d commit a6bc3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robomaker-sample-app-ci/src/aws-robomaker-sample-application-ci.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async function bundle() {
133133
}
134134

135135
async function installPyparsing() {
136-
# install pyparsing-2.0.2 to a local directory so that it can be added to PYTHONPATH env variable
136+
//install pyparsing-2.0.2 to a local directory so that it can be added to PYTHONPATH env variable
137137
await exec.exec("bash", ["-c", `pip3 install --install-option="--prefix=/home/pypackages" pyparsing==2.0.2`, getWorkingDirExecOptions()]);
138138
}
139139

0 commit comments

Comments
 (0)