Skip to content

Commit 3ae6c1a

Browse files
committed
fix the tox error
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 5a008e0 commit 3ae6c1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/fosslight_dependency/analyze_dependency.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -985,10 +985,10 @@ def parse_and_generate_output_swift(input_fp):
985985
repository = g.get_repo(github_repo)
986986
except Exception:
987987
logger.error("It cannot find the license name. Please use '-t' option with github token.")
988-
logger.error("refer:https://docs.github.com/en/github/authenticating-to-github/"\
989-
+"keeping-your-account-and-data-secure/creating-a-personal-access-token")
988+
logger.error("{0}{1}".format("refer:https://docs.github.com/en/github/authenticating-to-github/",
989+
"keeping-your-account-and-data-secure/creating-a-personal-access-token"))
990990
repository = ''
991-
991+
992992
if repository is not None:
993993
try:
994994
license_name = repository.get_license().license.spdx_id

0 commit comments

Comments
 (0)