Commit d63eff83 by Máhonfai Bálint

Fix indentation error

parent e183c87f
Pipeline #964 passed with stage
in 0 seconds
......@@ -73,7 +73,7 @@ def garbage_collector(offset=timezone.timedelta(seconds=20)):
'has been suspended due to expiration. '
'You can resume or destroy it.'),
instance=i.name, url=i.get_absolute_url())
except ActivityInProgressError:
except ActivityInProgressError:
logger.error("Expired instance %d can't be destroyed due the AtctivityInPorgressError.", i.pk)
except Exception as e:
logger.info('Could not notify owner of instance %d .%s',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment