[pitivi/ges: 208/287] loggable: Fix the loggable filename as we moved it
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 208/287] loggable: Fix the loggable filename as we moved it
- Date: Thu, 15 Mar 2012 16:43:19 +0000 (UTC)
commit fcdc6aa6e9a3b2a805f125b79ac29d146f737e2f
Author: Thibault Saunier <thibault saunier collabora com>
Date: Thu Jan 12 12:42:46 2012 -0300
loggable: Fix the loggable filename as we moved it
pitivi/utils/loggable.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/utils/loggable.py b/pitivi/utils/loggable.py
index ad1f3a7..888129c 100644
--- a/pitivi/utils/loggable.py
+++ b/pitivi/utils/loggable.py
@@ -443,7 +443,7 @@ def getFileLine(where=-1):
stackFrame = sys._getframe()
while stackFrame:
co = stackFrame.f_code
- if not co.co_filename.endswith('log.py'):
+ if not co.co_filename.endswith('loggable.py'):
# wind up the stack according to frame
while where < -1:
stackFrame = stackFrame.f_back
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]