typo
[sfa-gui.git] / SfaData.py
index 6f8c9cc..433868e 100644 (file)
@@ -108,7 +108,7 @@ class SfaData:
                  "-r", self.registry(), "-s", self.slicemgr(), "create", slice, filename]
         self.trace_command(command)
         subprocess.call(command)
-        self.trace_en()
+        self.trace_end()
 
 class PlanetLabData(SfaData):
     def __init__(self):