Skip to content

Commit d1c34e2

Browse files
authored
test
1 parent bf2c791 commit d1c34e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db_diff/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +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+
print(f"base_filename: {base_filename}")
158159
full_path = os.path.join(output_path, base_filename)
159160
else:
160161
full_path = base_filename

0 commit comments

Comments
 (0)