Skip to content
Snippets Groups Projects

Remove Ponos from CE

Merged Valentin Rigal requested to merge move-ponos-ee into community
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -213,8 +213,6 @@ class ProcessBuilder(object):
"""
from arkindex.process.models import ActivityState, ProcessMode
if not self.process.farm_id:
raise ValidationError("Process must have a farm ID to be built")
if self.run > 0 and not self.process.is_final:
raise ValidationError("Cannot run a process that is not in a final state.")
if self.process.mode in (ProcessMode.Local, ProcessMode.Template):
Loading