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 9f9e0e0 commit d29ef51Copy full SHA for d29ef51
parcels/tools/global_statics.py
@@ -3,7 +3,9 @@
3
import sys
4
from pathlib import Path
5
from tempfile import gettempdir
6
+from typing import Literal
7
8
+USER_ID: int | Literal["tmp"]
9
try:
10
from os import getuid
11
0 commit comments