n3ddu8
Results
2
comments of
n3ddu8
Apologies, updating my small script to include: ```python import traceback try: x = os.environ['XDG_RUNTIME_DIR'] except Exception as e: print(traceback.format_exc) ``` shows that it's actually raising a `KeyError` which the code...
One last comment on this, I've written a small script to write a DataFrame out using `to_csv` to `/dev/shm/tmp.csv` and run it both as a user and as cron and...