Skip to content

Commit ffbf558

Browse files
committed
fix print
1 parent ff02d11 commit ffbf558

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
29 Bytes
Binary file not shown.

gendiff/scripts/gendiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515
diff = generate_diff(parser.parse_args().first_file,
1616
parser.parse_args().second_file,
1717
parser.parse_args().format)
18-
return diff
18+
print(diff)
1919

2020

2121
if __name__ == '__main__':

0 commit comments

Comments
 (0)