Skip to content

Commit c5b73fb

Browse files
unknownunknown
authored andcommitted
Fixes a path for the build script
1 parent 43b0e9b commit c5b73fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main():
8585

8686
print 'Build registration file ...'
8787
execute(APP_IRONPYTHON_PATH, r'gen-registration.ipy', \
88-
r'Selenium\bin\Release\Selenium.dll', __dir__ + r'SeleniumBasicSetup.pas')
88+
r'Selenium\bin\Release\Selenium.dll', __dir__ + r'\SeleniumBasicSetup.pas')
8989

9090
print 'Rebuild excel files ...'
9191
execute(APP_PYTHON_PATH, __dir__ + r'\rebuild_exel_files.py')

0 commit comments

Comments
 (0)