fixes
All checks were successful
/ job (push) Successful in 5m26s

This commit is contained in:
Marc Beninca 2024-06-03 04:14:37 +02:00
parent 619f2eea86
commit 74bfd6ba1c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 9 additions and 7 deletions

View file

@ -3,9 +3,9 @@ import os
from cd.project import Project
from cd.projects import Projects
import env
print(CD_OS_ID)
print(CD_SPLIT)
print(CD_OS_VERSION)
print(env.CD_OS_ID)
print(env.CD_SPLIT)
print(env.CD_OS_VERSION)
from rwx import fs
from rwx import ps