We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b2c0b commit 9759b80Copy full SHA for 9759b80
1 file changed
scripts/waifulib/psvita.py
@@ -83,8 +83,8 @@ def apply_fself(self):
83
def apply_sfo(self):
84
fselffile = self.fself_task.outputs[0]
85
in_nodes = [fselffile]
86
- scetitleid = getattr(self, 'title_id', None)
87
- sceappname = getattr(self, 'app_name', None)
+ scetitleid = getattr(self, 'title_id', 'TEST10000')
+ sceappname = getattr(self, 'app_name', 'test')
88
89
sfofile = fselffile.change_ext('.sfo')
90
out_nodes = [sfofile]
0 commit comments