You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/04/03 01:23:31 UTC

[GitHub] [incubator-openwhisk-utilities] rabbah commented on a change in pull request #57: Fix exclusion directory and file matching and add support for reading a top level gitignore file

rabbah commented on a change in pull request #57: Fix exclusion directory and file matching and add support for reading a top level gitignore file
URL: https://github.com/apache/incubator-openwhisk-utilities/pull/57#discussion_r271551200
 
 

 ##########
 File path: scancode/scanCode.py
 ##########
 @@ -549,7 +554,7 @@ def is_dir(path):
             print_warning(WARN_SCAN_EXCLUDED_PATH % excluded_path)
 
     # Display which files where excluded from these paths
-    if args.display_exclusions:
+    if VERBOSE:
 
 Review comment:
   Reverted.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services