Skip to content

Commit

Permalink
fix pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobatalha committed Sep 12, 2017
1 parent dcee0e4 commit d32c8e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crossref/restful.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def all(self):
def __iter__(self):
request_url = str(self.request_url)

import pdb; pdb.set_trace()
if 'sample' in self.request_params:
request_params = self._escaped_pagging()
result = do_http_request(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="crossrefapi",
version="1.0.7",
version="1.0.8",
description="Library that implements the endpoints of the Crossref API",
author="SciELO",
author_email="[email protected]",
Expand Down

0 comments on commit d32c8e3

Please sign in to comment.