Skip to content

Commit

Permalink
Merge pull request #31 from PyBossa/fix-print
Browse files Browse the repository at this point in the history
Fix print
  • Loading branch information
teleyinex authored Oct 20, 2016
2 parents e99594c + ffe4d09 commit 6cd139a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def _update_project(config, task_presenter, results,
with open(task_presenter, 'r') as f:
project.info['task_presenter'] = f.read()
_update_task_presenter_bundle_js(project)
print project.info['task_presenter']
# Update results
with open(results, 'r') as f:
project.info['results'] = f.read()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="pybossa-pbs",
version="2.3.0",
version="2.3.1",
author="SciFabric LTD",
author_email="[email protected]",
description="PYBOSSA command line client",
Expand Down

0 comments on commit 6cd139a

Please sign in to comment.