Alpine-DAV / ascent

A flyweight in situ visualization and analysis runtime for multi-physics HPC simulations
https://alpine-dav.github.io/ascent/
Other
196 stars 66 forks source link

bridge kernel python 2 issue #405

Open cyrush opened 5 years ago

cyrush commented 5 years ago
def display_images(info):
    nonlocal server

python 2 doesn't support the nonlocal keyword

cyrush commented 5 years ago
  File "/Users/harrison37/Work/github/alpine-dav/ascent/build-debug/python-modules/ascent/bridge_kernel/server.py", line 71
    nonlocal server
                  ^
SyntaxError: invalid syntax