Skip to content

Commit

Permalink
Fixed function call error
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoidex committed Mar 23, 2013
1 parent 2216239 commit 4233973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.py
Expand Up @@ -17,7 +17,7 @@

def symbol_info(filename, module_name, symbol_name, cabal = None):
result = None
if get_setting_async('enable_hdevtools'):
if common.get_setting_async('enable_hdevtools'):
result = hdevtools.hdevtools_info(filename, symbol_name, cabal = cabal)
if not result:
result = ghcmod.ghcmod_info(filename, module_name, symbol_name, cabal = cabal)
Expand Down

0 comments on commit 4233973

Please sign in to comment.