forked from M-Labs/artiq
1
0
Fork 0
artiq/artiq/master
Drew 76370714cb master: fix DeprecationWarning on logger.warn
Resolves error message shown.

The following error message is shown when worker_impl.py:199 is run: 

```
WARNING:worker(RID,EXPERIMENT):py.warnings:/nix/store/77sw4p03cb7rdayx86agi4yqxh5wq46b-python3.7-artiq-5.7141.1b68906/lib/python3.7/site-packages/artiq/master/worker_impl.py:199: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead
  logging.warn(message)
```
2021-02-10 15:32:44 +08:00
..
__init__.py separate master modules 2015-01-14 12:16:49 +08:00
databases.py fix device_db alias corner case bugs. Closes #1140 2019-11-14 16:22:45 +08:00
experiments.py use sipyco (#585) 2019-11-10 15:55:17 +08:00
log.py use sipyco (#585) 2019-11-10 15:55:17 +08:00
rid_counter.py master: Factor RIDCounter out into own module, explain worker_db module [nfc] 2018-10-14 10:41:32 +08:00
scheduler.py master/scheduler: Fix priority/due date precedence order when waiting to prepare 2020-06-20 10:46:32 +08:00
worker.py use sipyco (#585) 2019-11-10 15:55:17 +08:00
worker_db.py fix device_db alias corner case bugs. Closes #1140 2019-11-14 16:22:45 +08:00
worker_impl.py master: fix DeprecationWarning on logger.warn 2021-02-10 15:32:44 +08:00