Skip to content

Commit

Permalink
Merge pull request #1365 from dumindux/ISSUE_1357
Browse files Browse the repository at this point in the history
Indentation error fixed and xfail removed from test_results_filenames
  • Loading branch information
dpshelio committed Apr 1, 2015
2 parents 927f72e + f77681b commit b8eb2de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sunpy/net/jsoc/jsoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ def get_request(self, requestIDs, path=None, overwrite=False, progress=True,
else:
#Make Results think it has finished.
results.require([])
results.poke()

results.poke()
return results

def _process_time(self, time):
Expand Down
1 change: 0 additions & 1 deletion sunpy/net/jsoc/tests/test_jsoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def test_get_request():
assert isinstance(aa, Results)

@pytest.mark.online
@pytest.mark.xfail
def test_results_filenames():
responses = client.query(attrs.Time('2014/1/1T1:00:36', '2014/1/1T01:01:38'),
attrs.Series('hmi.M_45s'), attrs.Notify('jsoc@cadair.com'))
Expand Down

0 comments on commit b8eb2de

Please sign in to comment.