Skip to content

Commit f5dbe84

Browse files
committed
Merge pull request python-mode#420 from akhti/develop
Fix autoimport trigger
2 parents 9863d68 + 061bf83 commit f5dbe84

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
if os.path.exists("%s/__init__.py" % project_path):
363363
sys.path.append(project_path)
364364

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

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy