Skip to content

Commit 0de3370

Browse files
committed
feat: change lib location
1 parent aa124f7 commit 0de3370

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import subprocess
44
from os.path import join
55

6-
from source.lib import googleTagManager
7-
from source.lib import postMkdocs
6+
from lib import googleTagManager
7+
from lib import postMkdocs
88

99
import logging, pdb
1010

@@ -70,7 +70,7 @@
7070
position += 1
7171

7272
if marker[0] == 'prune':
73-
logging.debug('pop! goes ' + htmlLines[position-1])
73+
logging.debug('pop! line removed: ' + htmlLines[position-1])
7474
htmlLines.pop(position-1)
7575

7676
htmlNewString = '\n'.join(htmlLines)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)