We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ac396 commit c54fca2Copy full SHA for c54fca2
src/utils.jl
@@ -288,6 +288,7 @@ function check_file(filename::AbstractString; mode = "commit_same") # mode is "c
288
return false
289
end
290
# 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
292
if file_exists && (ext_name == "png")
293
return true
294
0 commit comments