Skip to content

Commit

Permalink
fixup just a reword
Browse files Browse the repository at this point in the history
  • Loading branch information
zstyblik committed Jun 8, 2024
1 parent f25f3c4 commit cff108a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/convert_cache_to_dataclass_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

# NOTICE: An ugly hack in order to be able to import CachedData class from
# rss2irc. I'm real sorry about this, son.
# NOTE: Sadly, importlib.util and spec didn't cut it. Also, I'm out of time on
# this. Therefore, see you again in the future once this ceases to work.
# NOTE: Sadly, importlib.util and spec didn't cut it. As usual, I'm out of time
# on this. Therefore, see you again in the future once this ceases to work.
SCRIPT_PATH = os.path.dirname(os.path.realpath(__file__))
rss2irc_module_path = os.path.join(SCRIPT_PATH, "..", "rss2irc.py")
rss2irc = SourceFileLoader("rss2irc", rss2irc_module_path).load_module()
Expand Down

0 comments on commit cff108a

Please sign in to comment.