Skip to content

Commit dd70a64

Browse files
committed
Changed .codeflare/appwrappers to .codeflare/resources
1 parent 077157c commit dd70a64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/codeflare_sdk/utils/generate_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def generate_appwrapper(
806806
if openshift_oauth:
807807
enable_openshift_oauth(user_yaml, cluster_name, namespace)
808808

809-
directory_path = os.path.expanduser("~/.codeflare/appwrapper/")
809+
directory_path = os.path.expanduser("~/.codeflare/resources/")
810810
outfile = os.path.join(directory_path, appwrapper_name + ".yaml")
811811

812812
if write_to_file:

tests/unit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from codeflare_sdk.cluster import cluster
2525

2626
parent = Path(__file__).resolve().parents[1]
27-
aw_dir = os.path.expanduser("~/.codeflare/appwrapper/")
27+
aw_dir = os.path.expanduser("~/.codeflare/resources/")
2828
sys.path.append(str(parent) + "/src")
2929

3030
from kubernetes import client, config, dynamic

0 commit comments

Comments
 (0)