Skip to content

Commit

Permalink
reorganize files to prepare for GSoC work and clean-up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Jun 6, 2024
1 parent aa49a9b commit b90dc55
Show file tree
Hide file tree
Showing 9 changed files with 22,832 additions and 22,832 deletions.
File renamed without changes.
4,012 changes: 2,006 additions & 2,006 deletions oercommons/data.xml → pre-automation/oercommons/data.xml

Large diffs are not rendered by default.

File renamed without changes.
41,650 changes: 20,825 additions & 20,825 deletions oercommons/oer.csv → pre-automation/oercommons/oer.csv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def fetch_data(session, params):
response.raise_for_status()
data = ET.fromstring(re.sub(r"&\w*;", "", response.text))
return data
except:
except Exception:
print("Error with params: " + str(params))
return None

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b90dc55

Please sign in to comment.