Skip to content

Commit

Permalink
pep8 on the fixed print statement :(
Browse files Browse the repository at this point in the history
  • Loading branch information
vegitron committed Mar 6, 2017
1 parent fcba082 commit c03392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restclients_core/cache_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def save_all_queued_entries():
entry.save()
seen_urls[entry.url] = True
except Exception as ex:
print ("Error bulk saving cache entries: ", ex)
print("Error bulk saving cache entries: ", ex)

__bulk_insert_queue = []

Expand Down

0 comments on commit c03392a

Please sign in to comment.