1 parent 3af991d commit 7e146c9Copy full SHA for 7e146c9
1 file changed
.github/workflows/fleximod_test.yaml
@@ -55,7 +55,7 @@ jobs:
55
import sys
56
import os
57
sys.path.insert(0,os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod")))
58
- print(os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod")) #DEBUG-JN
+ print(os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod"))) #DEBUG-JN
59
from git_fleximod.git_fleximod import main
60
61
if __name__ == '__main__':
0 commit comments