You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this access is made, if it is the first in the app to access tempfile, then the tempdir will be none. Use the method gettempdir to see if it is null. Or just remove this assert which is a bit silly anyway.
The text was updated successfully, but these errors were encountered:
func_adl_xAOD/func_adl_xAOD/common/local_dataset.py
Line 86 in 45cafb0
When this access is made, if it is the first in the app to access tempfile, then the
tempdir
will be none. Use the methodgettempdir
to see if it is null. Or just remove thisassert
which is a bit silly anyway.The text was updated successfully, but these errors were encountered: