Skip to content

Commit 50c3b1e

Browse files
Added change suggested by mkvenkatesh, fixes #113
1 parent 67bffc2 commit 50c3b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-libs/ropemacs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def _started_from_pymacs():
544544
while frame:
545545
# checking frame.f_code.co_name == 'pymacs_load_helper' might
546546
# be very fragile.
547-
if inspect.getfile(frame).rstrip('c').endswith('pymacs.py'):
547+
if inspect.getfile(frame).rstrip('c').endswith('Pymacs.py'):
548548
return True
549549
frame = frame.f_back
550550

0 commit comments

Comments
 (0)