buildframework/helium/sf/python/pythoncore/lib/nokia/gscm.py
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
--- a/buildframework/helium/sf/python/pythoncore/lib/nokia/gscm.py	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/python/pythoncore/lib/nokia/gscm.py	Fri Aug 13 14:59:05 2010 +0300
@@ -44,7 +44,7 @@
     """ Generic method that call function 'method' on GSCM wrapper script. """
     (f_desc, filename) = tempfile.mkstemp()
     f_file = os.fdopen(f_desc, 'w')
-    f_file.write(pkg_resources.resource_string(__name__, "get_gscm_info.pl"))# pylint: disable-msg=E1101
+    f_file.write(pkg_resources.resource_string(__name__, "get_gscm_info.pl"))# pylint: disable=E1101
     f_file.close()
     command = "perl " + filename
     command += " %s %s" % (method, dbname)