Skip to content

Commit 5117a37

Browse files
committed
Update comments
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 25dadce commit 5117a37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/scancode/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,4 +1670,6 @@ def get_pretty_params(ctx, generic_paths=False):
16701670

16711671

16721672
if __name__ == '__main__':
1673+
# We have this __main__ block so that we can run scancode as a script.
1674+
# This is needed so we can use the Python debugging features in VSCode.
16731675
scancode()

0 commit comments

Comments
 (0)