Skip to content

Commit

Permalink
Fix setup.py raise error
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Dec 31, 2019
1 parent e7b0e8e commit c3dd688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions activity/activity.info.en

This file was deleted.

2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read_conf_from_info(path):
if not os.path.exists(activity_info_path):
print("FATAL ERROR: no activity.info file available on path '%s'" % \
activity_info_path)
raise
raise Exception('Unknown error')
activity_info = ConfigParser()
activity_info.readfp(open(activity_info_path))
wiki_section = 'Wikipedia'
Expand Down

0 comments on commit c3dd688

Please sign in to comment.