Skip to content

Commit ecf43b8

Browse files
committed
bump.
1 parent 79db636 commit ecf43b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/script_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def get_affected_files(allow_limited=True):
215215
diff_base = local_diff_branch()
216216

217217
if diff_base is not None and allow_limited:
218+
218219
result = subprocess.check_output(['git', 'diff', '--name-only',
219220
diff_base])
220221
print('Using files changed relative to %s:' % (diff_base,))

0 commit comments

Comments
 (0)