fix path, s/org/srv/
[mirror/dsa-puppet.git] / modules / roles / files / static-mirroring / static-master-run
index c82d688..027f384 100755 (executable)
@@ -169,7 +169,7 @@ def run_mirror():
     ret = False
 
   for fd in locks:
-    fd.close()
+    os.close(fd)
 
   return ret