out-of-dir-files #13

Merged
tux merged 3 commits from out-of-dir-files into master 2020-03-18 21:37:00 +01:00
Showing only changes of commit d3cabbf573 - Show all commits

View file

@ -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)