We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87f650 commit 88a42f1Copy full SHA for 88a42f1
1 file changed
sfs_processor.py
@@ -652,7 +652,8 @@ def main():
652
# For backward compatibility
653
json_dir = Path(sys.argv[1])
654
else:
655
- json_dir = script_dir / 'json'
+ # Default input directory is always ../sfs-jsondata
656
+ json_dir = script_dir.parent / 'sfs-jsondata'
657
658
# Check if custom output directory is provided
659
if args.output:
0 commit comments