Ben Kurtovic před 10 roky
rodič
revize
ae542e640c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      bitshift/parser/python.py

+ 1
- 1
bitshift/parser/python.py Zobrazit soubor

@@ -111,7 +111,7 @@ class _CachedWalker(ast.NodeVisitor):

if isinstance(node.func, ast.Name):
name = node.func.id
elif isinstance(node.func, ast.Attr):
elif isinstance(node.func, ast.Attribute):
name = node.func.attr
else: # Dynamically selected functions, etc:
return


Načítá se…
Zrušit
Uložit