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 3c6b128 commit 377607aCopy full SHA for 377607a
src/diffpy/labpdfproc/labpdfprocapp.py
@@ -115,8 +115,8 @@ def main():
115
for filepath in args.input_paths:
116
outfilestem = filepath.stem + "_corrected"
117
corrfilestem = filepath.stem + "_cve"
118
- outfile = args.output_directory / (outfilestem + ".chi")
119
- corrfile = args.output_directory / (corrfilestem + ".chi")
+ outfile = args.output_directory / (outfilestem + ".xy")
+ corrfile = args.output_directory / (corrfilestem + ".xy")
120
121
if outfile.exists() and not args.force_overwrite:
122
sys.exit(
0 commit comments