Diff of /trunk/wharfie/lib/actions.py [r18] .. [r19]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/wharfie/lib/actions.py
+++ b/trunk/wharfie/lib/actions.py
@@ -146,6 +146,7 @@
         'hostcmd': myHostCmd,
         'temporary': True
     };
+    return makeTarget;
 
 def to(name, dep, cmd):
     makeTarget = {