out-of-dir-files #13
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def main(*_args):
|
|||
if len(argv) > 1:
|
||||
filename = argv[1]
|
||||
else:
|
||||
filename = 'example.json'
|
||||
filename = Path(Path(__file__).absolute().parent, 'example.json')
|
||||
|
||||
app = FormApp(filename)
|
||||
|
||||
|
|
Loading…
Reference in a new issue