Skip to content

Commit

Permalink
Merge branch 'main' into mlss
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq authored Apr 23, 2024
2 parents 7f812d6 + cca9778 commit 8265c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 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
Empty file removed worlds/sc2wol/Regions.py
Empty file.

0 comments on commit 8265c1b

Please sign in to comment.