Skip to content

Commit 454ce5d

Browse files
committed
Bug fix related to before assignment
1 parent a2fdd6e commit 454ce5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fosslight_util/download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def cli_download_and_extract(link: str, target_dir: str, log_dir: str, checkout_
106106
datetime.now().strftime('%Y%m%d_%H-%M-%S')+".txt"
107107
logger, log_item = init_log(os.path.join(log_dir, log_file_name))
108108
link = link.strip()
109+
is_rubygems = False
109110

110111
try:
111112
if not link:

0 commit comments

Comments
 (0)