[gnome-code-assistance] [backends/c] Fix statting makefile for changes



commit d18b2019967fbec36f4b692a25965d9fd92987d1
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Tue Nov 12 11:46:07 2013 +0100

    [backends/c] Fix statting makefile for changes

 backends/c/makefileintegration.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/c/makefileintegration.py b/backends/c/makefileintegration.py
index 4e94263..6fb94ff 100644
--- a/backends/c/makefileintegration.py
+++ b/backends/c/makefileintegration.py
@@ -38,7 +38,7 @@ class MakefileIntegration:
                 return False
 
             try:
-                st = os.path.stat(self.path)
+                st = os.stat(self.path)
             except:
                 return False
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]