Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit061bf83

Browse files
author
Anton Bakhtin
committed
Fix autoimport trigger
1 parent9863d68 commit061bf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pymode/rope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def __init__(self, path, project_path):
362362
ifos.path.exists("%s/__init__.py"%project_path):
363363
sys.path.append(project_path)
364364

365-
ifself.options.get('autoimport')=='1':
365+
ifself.options.get('autoimport'):
366366
self.generate_autoimport_cache()
367367

368368
env.debug('Context init',project_path)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp