We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bb19e commit 5aceb91Copy full SHA for 5aceb91
docs/conf.py
@@ -17,7 +17,7 @@
17
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
18
# sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
19
sys.path.insert(0, os.path.abspath("../submodules/plone.api/src/plone"))
20
-print("======\n" + sys.path + "\n======\n")
+print("======\n" + str(sys.path) + "\n======\n")
21
22
# -- Project information -----------------------------------------------------
23
0 commit comments