We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2aefa commit 03c0e52Copy full SHA for 03c0e52
packages/cdktf-cli/templates/python-pip/.hooks.sscaff.js
@@ -30,7 +30,7 @@ exports.post = options => {
30
chmodSync('main.py', '700');
31
32
execSync(`${cli} get`, { stdio: 'inherit' });
33
- execSync(`python3 run ./main.py`);
+ execSync(`python3 ./main.py`);
34
35
console.log(readFileSync('./help', 'utf-8'));
36
};
0 commit comments