Skip to content

Commit 052b9be

Browse files
committed
bin/buildbot-effects: fix bin wrapper
1 parent 1efc616 commit 052b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/buildbot-effects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
import sys
33
from pathlib import Path
4-
sys.path.append(str(Path(__file__).parent.parent))
4+
sys.path.append(str(Path(__file__).parent.parent / "buildbot_effects"))
55

66
from buildbot_effects.cli import main
77

0 commit comments

Comments
 (0)