mirror of
https://github.com/ModOrganizer2/modorganizer-installer_wizard.git
synced 2026-07-27 14:07:59 -07:00
Fix missing import.
This commit is contained in:
@@ -50,6 +50,8 @@ def make_standard_ini_tweaks(tweaks: List[WizardINISetting]) -> str:
|
||||
|
||||
|
||||
def merge_standard_ini_tweaks(tweaks: List[WizardINISetting], file: Path) -> str:
|
||||
import sys
|
||||
|
||||
print(f"Cannot merge INI Tweaks for {file.name}.", file=sys.stderr)
|
||||
return make_standard_ini_tweaks(tweaks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user