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
/usr/local/lib/python3.11/site-packages/htcondor/_deprecation.py:41: FutureWarning: Schedd.transaction() was deprecated in version 10.7.0 and will be removed in a future release. Use Schedd.submit() instead.
warnings.warn(message, FutureWarning)
/usr/local/lib/python3.11/site-packages/htcondor/_deprecation.py:41: FutureWarning: Submit.queue() was deprecated in version 10.7.0 and will be removed in a future release. Use Schedd.submit() instead.
warnings.warn(message, FutureWarning)
with htcondor versions at least as old as 23.5.3. Not sure how to interpret this version number since it doesn't match the warning version 10.7.0. @mapsacosta do you happen to know any more about this?
The text was updated successfully, but these errors were encountered:
We get a warning
with
htcondor
versions at least as old as23.5.3
. Not sure how to interpret this version number since it doesn't match the warning version10.7.0
.@mapsacosta do you happen to know any more about this?
The text was updated successfully, but these errors were encountered: