mirror of
https://github.com/zeldaret/ph
synced 2026-08-06 09:52:50 -04:00
Run pre-commit formatting
This commit is contained in:
+2
-2
@@ -158,7 +158,7 @@ def main():
|
||||
command="./dsd rom build --config $in --rom $out $arm7_bios_flag"
|
||||
)
|
||||
n.newline()
|
||||
|
||||
|
||||
n.rule(
|
||||
name="objdiff",
|
||||
command=f"./dsd objdiff --config-path $config_path {DSD_OBJDIFF_ARGS}"
|
||||
@@ -258,7 +258,7 @@ def add_mwcc_builds(n: ninja_syntax.Writer, game_version: str, game_build: Path)
|
||||
}
|
||||
)
|
||||
n.newline()
|
||||
|
||||
|
||||
extension = source_file.suffix
|
||||
ctx_file = str(game_build / source_file.with_suffix(f".ctx{extension}"))
|
||||
n.build(
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ try:
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(e.stdout.decode())
|
||||
exit(1)
|
||||
|
||||
|
||||
output = output.decode()
|
||||
|
||||
# print(output)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
requests
|
||||
pyperclip
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user