Skip to content

Commit 9759b80

Browse files
committed
scripts: waifulib: psvita: set default title id and app name to just test
1 parent 94b2c0b commit 9759b80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/waifulib/psvita.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def apply_fself(self):
8383
def apply_sfo(self):
8484
fselffile = self.fself_task.outputs[0]
8585
in_nodes = [fselffile]
86-
scetitleid = getattr(self, 'title_id', None)
87-
sceappname = getattr(self, 'app_name', None)
86+
scetitleid = getattr(self, 'title_id', 'TEST10000')
87+
sceappname = getattr(self, 'app_name', 'test')
8888

8989
sfofile = fselffile.change_ext('.sfo')
9090
out_nodes = [sfofile]

0 commit comments

Comments
 (0)