Skip to content

Commit

Permalink
fix importbot pythonpath #9277 (#9278)
Browse files Browse the repository at this point in the history
  • Loading branch information
mekarpeles authored May 15, 2024
1 parent fe6c160 commit ca42c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ol-importbot-start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

python --version
scripts/manage-imports.py --config "$OL_CONFIG" import-all
PYTHONPATH=. scripts/manage-imports.py --config "$OL_CONFIG" import-all

0 comments on commit ca42c8f

Please sign in to comment.