Skip to content

Commit 4b39ccf

Browse files
committed
clarify priority of package form vs module form
1 parent 0556d7e commit 4b39ccf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,10 @@ lower case are actual fixed names):
11121112
``pyscript/scripts/DIR1/DIR2/FILE.py`` ``scripts.DIR1.DIR2.FILE``
11131113
======================================= ===========================
11141114

1115+
Note that if the package form of an app or module (`pyscript/apps/APP/__init__.py`` or
1116+
``pyscript/modules/MODULE/__init__.py``) exists, the module form (``pyscript/apps/APP.py``
1117+
or ``pyscript/modules/MODULE.py``) is ignored.
1118+
11151119
The logging path uses the global context name, so you can customize logging verbosity for each
11161120
global context, to the granularity of specific functions eg:
11171121

0 commit comments

Comments
 (0)