Explorar o código

Fix wrong reference

Daniele Bartolini %!s(int64=12) %!d(string=hai) anos
pai
achega
30fa1d1596
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/crown/resources/Compiler.py

+ 1 - 1
tools/crown/resources/Compiler.py

@@ -87,7 +87,7 @@ class Compiler:
 	def compile(self, resource):
 		# Compute perfect seed if necessary
 		if (self.m_perfect_seed == -1):
-			compute_perfect_seed()
+			self.compute_perfect_seed()
 
 		root_path = self.m_repository.root_path()