Skip to content

Commit

Permalink
Merge branch 'ArchipelagoMW:main' into mmx
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 authored Apr 23, 2024
2 parents 575c586 + cca9778 commit 16a1639
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ def get_fuzzy_ratio(word1: str, word2: str) -> float:

def open_filename(title: str, filetypes: typing.Sequence[typing.Tuple[str, typing.Sequence[str]]], suggest: str = "") \
-> typing.Optional[str]:
logging.info(f"Opening file input dialog for {title}.")

def run(*args: str):
return subprocess.run(args, capture_output=True, text=True).stdout.split("\n", 1)[0] or None

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
try:
requirement = 'cx-Freeze>=6.15.10'
requirement = 'cx-Freeze>=6.15.16,<7'
import pkg_resources
try:
pkg_resources.require(requirement)
Expand Down
3 changes: 2 additions & 1 deletion worlds/factorio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
factorio-rcon-py>=2.0.1
factorio-rcon-py>=2.1.1; python_version >= '3.9'
factorio-rcon-py==2.0.1; python_version <= '3.8'
Empty file removed worlds/sc2wol/Regions.py
Empty file.

0 comments on commit 16a1639

Please sign in to comment.