wrong variable in debug logging

trilby
Marnanel Thurman 2019-09-13 22:59:30 +01:00
rodzic 0aa5e5155a
commit e872c1bab1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ class Command(KepiCommand):
try:
things = objects_by_keywords(options['id'])
logger.info('Requesting deletion of %s, which give %s',
name, things)
options['id'], things)
except KeyError as ke:
self.stdout.write(self.style.ERROR(
ke.args[0],))