You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print( f"Warning - project '{args.projectname}' is opt-in but for component '{args.component}' you didn't specify a local configuration - using default stream '{c.initial_stream_name()}'" )
348
+
ifnotp.singlemode:
349
+
# only warn that config not provided/assumed to be Initial Stream for an opt-in project
350
+
print( f"Warning - project '{args.projectname}' is opt-in but for component '{args.component}' you didn't specify a local configuration - using default stream '{c.initial_stream_name()}'" )
348
351
logger.info( f"{args.configuration=}" )
349
352
ifp.is_optin:
350
353
if ( args.configurationorp.singlemode ) andargs.globalconfigurationisNone:
0 commit comments