UCBerkeleySETI / turbo_seti

turboSETI -- python based SETI search algorithm.

Home Page:http://turbo-seti.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seti_event.py(main) is using a Python3 reserved word for a function name

texadactyl opened this issue · comments

def exec(args) ---> def exec_proc(args)

Reserved words (E.g. exec) should never be used as a variable or a function name.