pkglistgen: Fix invalid import
This commit is contained in:
parent
57322b2382
commit
93564783fe
@ -6,7 +6,6 @@ import cmdln
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from outcome import Value
|
|
||||||
import ToolBase
|
import ToolBase
|
||||||
import traceback
|
import traceback
|
||||||
import logging
|
import logging
|
||||||
@ -68,7 +67,7 @@ class CommandLineInterface(ToolBase.CommandLineInterface):
|
|||||||
raise ValueError('project is required')
|
raise ValueError('project is required')
|
||||||
|
|
||||||
if not opts.scope:
|
if not opts.scope:
|
||||||
raise Value('--scope or --staging required')
|
raise ValueError('--scope or --staging required')
|
||||||
|
|
||||||
apiurl = conf.config['apiurl']
|
apiurl = conf.config['apiurl']
|
||||||
Config(apiurl, opts.project)
|
Config(apiurl, opts.project)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user