dmwm / CRABServer

15 stars 37 forks source link

add back a dummy condor_config file #8497

Closed belforte closed 1 week ago

belforte commented 2 weeks ago

we used to have an empty condor_config file in TW. Annoyed by that "stupid thing" I removed it, since it sitll works. But

  1. we get an annoying message every time we start it [1]
  2. v2 bindings fail w/o it. HTC folks will fix it, but I need it for testing.

[1]

/data/srv/TaskManager$ /usr/local/lib/python3.8/site-packages/htcondor/__init__.py:49: UserWarning: Neither the environment variable CONDOR_CONFIG, /etc/condor/, /usr/local/etc/, nor ~condor/ contain a condor_config source. Therefore, we are using a null condor_config.
  _warnings.warn(message)