scripts: waifulib: psvita: set default title id and app name to just test
This commit is contained in:
parent
94b2c0b443
commit
9759b80b78
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ def apply_fself(self):
|
||||||
def apply_sfo(self):
|
def apply_sfo(self):
|
||||||
fselffile = self.fself_task.outputs[0]
|
fselffile = self.fself_task.outputs[0]
|
||||||
in_nodes = [fselffile]
|
in_nodes = [fselffile]
|
||||||
scetitleid = getattr(self, 'title_id', None)
|
scetitleid = getattr(self, 'title_id', 'TEST10000')
|
||||||
sceappname = getattr(self, 'app_name', None)
|
sceappname = getattr(self, 'app_name', 'test')
|
||||||
|
|
||||||
sfofile = fselffile.change_ext('.sfo')
|
sfofile = fselffile.change_ext('.sfo')
|
||||||
out_nodes = [sfofile]
|
out_nodes = [sfofile]
|
||||||
|
|
Loading…
Add table
Reference in a new issue