Skip to content

Commit c54fca2

Browse files
Update utils.jl
1 parent d9ac396 commit c54fca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ function check_file(filename::AbstractString; mode = "commit_same") # mode is "c
288288
return false
289289
end
290290
# as long as clobber is not true, existence of pngs is enough to skip
291+
# Adam and Kevin want this to be false for all pngs
291292
if file_exists && (ext_name == "png")
292293
return true
293294
end

0 commit comments

Comments
 (0)