Skip to content

Commit 6218f96

Browse files
authored
Merge pull request #334 from elautz/flake8-fix
Minor bug fix for Flake8 Task
2 parents 1446850 + d069eae commit 6218f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygradle-plugin/src/main/groovy/com/linkedin/gradle/python/tasks/AbstractPythonMainSourceDefaultTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ public void subArgs(Collection<String> args) {
136136

137137
@TaskAction
138138
public void executeTask() {
139+
preExecution();
139140
executePythonProcess();
140141
}
141142

142143
void executePythonProcess() {
143-
preExecution();
144144

145145
final TeeOutputContainer container = new TeeOutputContainer(stdOut, errOut);
146146

0 commit comments

Comments
 (0)