Skip to content

Commit 4bfa6f3

Browse files
committed
Ensured the path is always correct by switching from relative to absolute path.
1 parent 434c590 commit 4bfa6f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plc4py/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<executable>python</executable>
158158
<workingDirectory>${project.build.directory}/python</workingDirectory>
159159
<arguments>
160-
<argument>../../setup.py</argument>
160+
<argument>${project.basedir}/setup.py</argument>
161161
<argument>build</argument>
162162
<argument>--build-base=${project.build.directory}/python</argument>
163163
</arguments>
@@ -173,7 +173,7 @@
173173
<executable>python</executable>
174174
<workingDirectory>${project.build.directory}/python</workingDirectory>
175175
<arguments>
176-
<argument>../../setup.py</argument>
176+
<argument>${project.basedir}/setup.py</argument>
177177
<argument>sdist</argument>
178178
<argument>--dist-dir=${project.build.directory}/python</argument>
179179
</arguments>

0 commit comments

Comments
 (0)