dguest / pandamonium

Command line scripts to parse panda web api
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

Syntax Error #16

Closed beojan closed 4 years ago

beojan commented 5 years ago
File "/home/stanislaus/.local/bin/pandamon", line 108
                                streams = {ds['streamname']: ds for ds in datasets}
                                                                  ^                                            SyntaxError: invalid syntax                  

The spacing is weird because I'm on a phone.

dguest commented 5 years ago

my guess is that you're using an older version of python that doesn't support set comprehension. I think they were introduced in 2.7, whereas a lot of older operating systems might still use 2.6 by default.