canfestival/canfestival.py
changeset 1828 396da88d7b5c
parent 1783 3311eea28d56
child 1831 56b48961cc68
--- a/canfestival/canfestival.py	Fri Sep 22 10:57:57 2017 +0300
+++ b/canfestival/canfestival.py	Fri Sep 22 16:37:38 2017 +0300
@@ -127,7 +127,7 @@
         # TODO change netname when name change
         NodeManager.__init__(self)
         odfilepath = self.GetSlaveODPath()
-        if(os.path.isfile(odfilepath)):
+        if os.path.isfile(odfilepath):
             self.OpenFileInCurrent(odfilepath)
         else:
             self.FilePath = ""