Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Jun 22, 2023
1 parent 860a623 commit ba38c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osclib/origin.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def config_origin_generator(
break

if (origin == '<devel>' or origin == '<devel>~') and apiurl and project and package:
devel_project, devel_package = origin_devel_project(apiurl, project, package)
devel_project, _ = origin_devel_project(apiurl, project, package)
if not devel_project:
break
origin = devel_project
Expand Down

0 comments on commit ba38c7d

Please sign in to comment.