mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
patman: Avoid importing gitutil in settings
Pass this module in so that settings does not need to import it. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Stefan Bosch <stefan_b@posteo.net>
This commit is contained in:
@@ -80,7 +80,7 @@ specified by tags you place in the commits. Use -n to do a dry run first."""
|
||||
# Parse options twice: first to get the project and second to handle
|
||||
# defaults properly (which depends on project).
|
||||
(options, args) = parser.parse_args()
|
||||
settings.Setup(parser, options.project, '')
|
||||
settings.Setup(gitutil, parser, options.project, '')
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
if __name__ != "__main__":
|
||||
|
Reference in New Issue
Block a user