Skip to content

Commit

Permalink
BUG: print_versions return outside function
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Nov 10, 2013
1 parent 5f84c40 commit 3737372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/print_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def show_versions():


if __name__ == '__main__':
return show_versions()
show_versions()

0 comments on commit 3737372

Please sign in to comment.