Skip to content

Commit 5c45003

Browse files
author
Ethan Lee
committed
Fix notice
Signed-off-by: Ethan Lee <[email protected]>
1 parent 5c0e2b3 commit 5c45003

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fosslight_binary/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
import argparse
66
import sys
77
import os
8+
import shutil
89
from fosslight_util.help import print_package_version
910
from fosslight_binary._help import print_help_msg
1011
from fosslight_binary.binary_analysis import find_binaries
1112
from fosslight_util.timer_thread import TimerThread
1213

1314
_PKG_NAME = "fosslight_binary"
1415

16+
1517
def main():
1618
global windows
1719
path_to_find_bin = ""

0 commit comments

Comments
 (0)