We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1947424 commit 29755c5Copy full SHA for 29755c5
src/javacore_analyser/javacore_analyser_batch.py
@@ -91,6 +91,7 @@ def batch_process(input_param, output_param, files_separator=DEFAULT_FILE_DELIMI
91
logging.info("Preferred encoding: " + locale.getpreferredencoding())
92
logging.info("Input parameter: " + input_param)
93
logging.info("Report directory: " + output_param)
94
+ output_param = os.path.normpath(output_param)
95
# Needs to be created once output file structure is ready.
96
logging_utils.create_file_logging(output_param)
97
# Check whether as input we got list of files or single file
0 commit comments