radical-cybertools / radical.analytics

Analytics for RADICAL-Cybertools
Other
1 stars 1 forks source link

import issues #55

Closed jdakka closed 4 years ago

jdakka commented 6 years ago
  File "<stdin>", line 1, in <module>
  File "/Users/JumanaDakka/environments/venv/lib/python2.7/site-packages/radical/analytics/__init__.py", line 8, in <module>
    from .session import Session
  File "/Users/JumanaDakka/environments/venv/lib/python2.7/site-packages/radical/analytics/session.py", line 481
    parent_uids = self._apply_filter(etype=etype[0])
                                                   ^
IndentationError: unindent does not match any outer indentation level
mturilli commented 6 years ago

This is blocking for a presentation due at a conference on Friday 17, 2017.

andre-merzky commented 6 years ago

Oh! What version / branch of analytics is that?

andre-merzky commented 6 years ago

never mind - found it.

andre-merzky commented 6 years ago

A fix has been pushed.

That wrong indentation existed for a year already - but only a recent addition of a check with the right indentation created the Python-parser confusion... :/ Sorry!