contlog.py writes tempfiles without userid in filename. This means the same file is used for all users. This means one user cannot overwrite existing file made by different user. This means program will crash if latest file was written by other user. So, as with ordinary obs, the file should contain the userid so that one tmp file exist per user, to avoid permission issues.
contlog.py writes tempfiles without userid in filename. This means the same file is used for all users. This means one user cannot overwrite existing file made by different user. This means program will crash if latest file was written by other user. So, as with ordinary obs, the file should contain the userid so that one tmp file exist per user, to avoid permission issues.