X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=hacks%2Fcheck_cout;h=662bb638a090036ea18ecf4a05bb5e9c923e6c36;hb=6d686ea45f5cd01a0d11f92a903ac77779ad8562;hp=67053ca51db09513b591f662a896c3ec2ad5da12;hpb=1858190cff2f960f3d1f0a5cc02c69da86088f5b;p=dcpomatic.git diff --git a/hacks/check_cout b/hacks/check_cout index 67053ca51..662bb638a 100644 --- a/hacks/check_cout +++ b/hacks/check_cout @@ -3,7 +3,7 @@ import os import shutil -for root, dirs, files in os.walk('src'): +for root, dirs, files in os.walk('.'): for name in files: if name.endswith('.cc'): include = False