Skip to content

Commit 7e146c9

Browse files
committed
Fix debug syntax error.
1 parent 3af991d commit 7e146c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fleximod_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
import sys
5656
import os
5757
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
58+
print(os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod"))) #DEBUG-JN
5959
from git_fleximod.git_fleximod import main
6060
6161
if __name__ == '__main__':

0 commit comments

Comments
 (0)