rvojcik / rt-server-client

Server discovery client for RackTables project. Do automatic server discovery and send information to racktables database.
GNU General Public License v3.0
27 stars 8 forks source link

I get SyntaxError: invalid syntax #2

Closed igorrek closed 10 years ago

igorrek commented 10 years ago

Hi, I get SyntaxError: invalid syntax when i try to run System-info.py Thank you.

./system-info.py

File "./system-info.py", line 212 elif line.find('lldp.'+interface+'.port.descr') > -1: ^ SyntaxError: invalid syntax

rvojcik commented 10 years ago

Hi,

which version of python do you use ?

pframhein commented 10 years ago

I see this issue as well.

root@racktables:/opt/rt-server-client# python --version Python 2.7.3

rvojcik commented 10 years ago

I am on velocity conf for next four days. I will look on it when i come back Dne 12. 11. 2013 19:41 "pframhein" notifications@github.com napsal(a):

I see this issue as well.

root@racktables:/opt/rt-server-client# python --version Python 2.7.3

— Reply to this email directly or view it on GitHubhttps://github.com/rvojcik/rt-server-client/issues/2#issuecomment-28320581 .

rvojcik commented 10 years ago

I'm closing this. It was indent problem. I fix indents in whole project in commit 5c8bafe308a1d3424e28237810702344543576ab. Probably I broke it in this commit.