We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86e956 commit 300ba5dCopy full SHA for 300ba5d
2 files changed
juju/application.py
@@ -686,9 +686,6 @@ async def refresh(
686
force_units, path or switch, resources)
687
return
688
689
- if resources is not None:
690
- raise NotImplementedError("resources option is not implemented")
691
-
692
# If switch is not None at this point, that means it's a switch to a store charm
693
charm_url = switch or charm_url_origin_result.url
694
parsed_url = URL.parse(charm_url)
juju/utils.py
@@ -421,7 +421,6 @@ def base_channel_to_series(channel):
421
return get_version_series(origin.Channel.parse(channel).track)
422
423
424
-<<<<<<< HEAD
425
def parse_base_arg(base):
426
"""Parses a given base into a Client.Base object
427
:param base str : The base to deploy a charm (e.g. ubuntu@22.04)
0 commit comments