Skip to content

Commit b135961

Browse files
authored
test
1 parent d1c34e2 commit b135961

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
@@ -134,7 +134,7 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
134134
# Extract base filenames without extensions for the comparison files
135135
prev_basename = os.path.splitext(os.path.basename(previous))[0]
136136
curr_basename = os.path.splitext(os.path.basename(current))[0]
137-
137+
print(f"output_file: {output_file}")
138138
# Build the base filename
139139
if output_file:
140140
# Remove .json extension if present to avoid double extension

0 commit comments

Comments
 (0)