Skip to content

Commit

Permalink
Added a space to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
ejratl committed Oct 6, 2015
1 parent b0b07d5 commit f3f48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss_package_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def get_openhub_data(self, openhub_lookup_name):
try:
cache_data(url, filename)
except:
print('Could not get OpenHub data for' + self.package_name)
print('Could not get OpenHub data for ' + self.package_name)
return 1

tree = ET.parse(filename)
Expand Down

0 comments on commit f3f48ad

Please sign in to comment.