Skip to content
This repository was archived by the owner on Jan 8, 2021. It is now read-only.

Commit 2bd86bf

Browse files
committed
Rename parsed.rs to mod.rs
1 parent 392bcb2 commit 2bd86bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sis_scraper/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def toTitle(text):
297297

298298
conflicts[section["crn"]] = "".join(str(e) for e in conflict)
299299

300-
with open("parsed.rs", "w") as f: # -{os.getenv("CURRENT_TERM")}
300+
with open("mod.rs", "w") as f: # -{os.getenv("CURRENT_TERM")}
301301
f.write(
302302
"""\
303303
//This file was automatically generated. Please do not modify it directly

0 commit comments

Comments
 (0)