Skip to content

Commit bf2c791

Browse files
authored
tesr
1 parent ac712c8 commit bf2c791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_diff/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
155155
if not os.path.isdir(output_path):
156156
logger.error(f"Output path '{output_path}' does not exist")
157157
raise click.ClickException(f"Output path '{output_path}' does not exist or is not a directory.")
158-
full_path = os.path.join(output_path, os.path.basename(base_filename))
158+
full_path = os.path.join(output_path, base_filename)
159159
else:
160160
full_path = base_filename
161161

0 commit comments

Comments
 (0)