fix syntax error
authorTony Mack <tmack@cs.princeton.edu>
Fri, 7 May 2010 19:21:54 +0000 (19:21 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 7 May 2010 19:21:54 +0000 (19:21 +0000)
sfa/plc/sfa-import-plc.py

index 603f296..4732d20 100755 (executable)
@@ -87,7 +87,7 @@ def main():
 
     # create root authority 
     sfaImporter.create_top_level_auth_records(root_auth)
-    if not root_auth == interface_hrn
+    if not root_auth == interface_hrn:
         sfaImporter.create_top_level_auth_records(interface_hrn)
 
     trace("Import: adding " + interface_hrn + " to trusted list", logger)