Skip to content

Commit 0676fe5

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commoncode==31.0.0b4
1313
construct==2.10.68
1414
container-inspector==31.0.0
1515
cryptography==36.0.2
16-
debian-inspector==30.0.0
16+
debian-inspector==31.0.0b1
1717
dockerfile-parse==1.2.0
1818
dparse2==0.6.1
1919
extractcode==31.0.0

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)