Open waldoj opened 10 years ago
At present, we just barrel through the process of creating files and directories. We need to be using try/except to do this, to handle permissions problems gracefully.
try
except
At present, we just barrel through the process of creating files and directories. We need to be using
try
/except
to do this, to handle permissions problems gracefully.