Skip to content

Commit b90dc55

Browse files
committed
reorganize files to prepare for GSoC work and clean-up whitespace
1 parent aa49a9b commit b90dc55

9 files changed

Lines changed: 22832 additions & 22832 deletions
File renamed without changes.
Lines changed: 2006 additions & 2006 deletions
Large diffs are not rendered by default.
File renamed without changes.
Lines changed: 20825 additions & 20825 deletions
Large diffs are not rendered by default.

oercommons/oer_scratcher.py renamed to pre-automation/oercommons/oer_scratcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def fetch_data(session, params):
5151
response.raise_for_status()
5252
data = ET.fromstring(re.sub(r"&\w*;", "", response.text))
5353
return data
54-
except:
54+
except Exception:
5555
print("Error with params: " + str(params))
5656
return None
5757

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)