Setting tag sfa-0.9-9
[sfa.git] / sfa / client / setRecord.py
index 4c20444..fd7fa83 100755 (executable)
@@ -12,6 +12,7 @@ $HeadURL$
 """
 
 import sys
+sys.path.append('.')
 import os
 from optparse import OptionParser
 from pprint import pprint
@@ -44,7 +45,7 @@ def editDict(args, recordDict, options):
  
         elif vect.count("="):
             # reassign value
-            replaceDict({vect.split("=")[0]: returnVal(vect.split("=")[1])},
+            replaceDict({vect.split("=")[0]: returnVal("=".join(vect.split("=")[1:]))},
                          recordDict, options) 
         else:
             if vect in recordDict: