Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ahem :p (is this file even necessary?)
authordegomme <augustin.degomme@unibas.ch>
Fri, 23 Oct 2015 12:50:25 +0000 (14:50 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 23 Oct 2015 12:50:25 +0000 (14:50 +0200)
src/bindings/lua/factories/host.lua

index f8f07cd..17c21b1 100644 (file)
@@ -1,7 +1,7 @@
 
 hostFactory = function(host_args)
     if type(host_args.power) ~= "number" then
 
 hostFactory = function(host_args)
     if type(host_args.power) ~= "number" then
-        error("FUCK")
+        error("OOPS")
     end
     return function(more_args)
     end
     end
     return function(more_args)
     end