Skip to content

Commit 24d73b3

Browse files
committed
chore: update algokit version in log message
1 parent 330d062 commit 24d73b3

File tree

7 files changed

+7
-7
lines changed
  • examples
    • generators
      • production_python_smart_contract_python/smart_contracts/helpers
      • production_python_smart_contract_typescript/smart_contracts/helpers
      • starter_python_smart_contract_python/smart_contracts/helpers
      • starter_python_smart_contract_typescript/smart_contracts/helpers
    • production_python/smart_contracts/helpers
    • starter_python/smart_contracts/helpers
  • template_content/smart_contracts/helpers

7 files changed

+7
-7
lines changed

examples/generators/production_python_smart_contract_python/smart_contracts/helpers/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
5353
if generate_result.returncode:
5454
if "No such command" in generate_result.stdout:
5555
raise Exception(
56-
"Could not generate typed client, requires AlgoKit 1.1 or "
56+
"Could not generate typed client, requires AlgoKit 2.0.0 or "
5757
"later. Please update AlgoKit"
5858
)
5959
else:

examples/generators/production_python_smart_contract_typescript/smart_contracts/helpers/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
5353
if generate_result.returncode:
5454
if "No such command" in generate_result.stdout:
5555
raise Exception(
56-
"Could not generate typed client, requires AlgoKit 1.1 or "
56+
"Could not generate typed client, requires AlgoKit 2.0.0 or "
5757
"later. Please update AlgoKit"
5858
)
5959
else:

examples/generators/starter_python_smart_contract_python/smart_contracts/helpers/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
5353
if generate_result.returncode:
5454
if "No such command" in generate_result.stdout:
5555
raise Exception(
56-
"Could not generate typed client, requires AlgoKit 1.1 or "
56+
"Could not generate typed client, requires AlgoKit 2.0.0 or "
5757
"later. Please update AlgoKit"
5858
)
5959
else:

examples/generators/starter_python_smart_contract_typescript/smart_contracts/helpers/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
5353
if generate_result.returncode:
5454
if "No such command" in generate_result.stdout:
5555
raise Exception(
56-
"Could not generate typed client, requires AlgoKit 1.1 or "
56+
"Could not generate typed client, requires AlgoKit 2.0.0 or "
5757
"later. Please update AlgoKit"
5858
)
5959
else:

examples/production_python/smart_contracts/helpers/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
5353
if generate_result.returncode:
5454
if "No such command" in generate_result.stdout:
5555
raise Exception(
56-
"Could not generate typed client, requires AlgoKit 1.1 or "
56+
"Could not generate typed client, requires AlgoKit 2.0.0 or "
5757
"later. Please update AlgoKit"
5858
)
5959
else:

examples/starter_python/smart_contracts/helpers/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
5353
if generate_result.returncode:
5454
if "No such command" in generate_result.stdout:
5555
raise Exception(
56-
"Could not generate typed client, requires AlgoKit 1.1 or "
56+
"Could not generate typed client, requires AlgoKit 2.0.0 or "
5757
"later. Please update AlgoKit"
5858
)
5959
else:

template_content/smart_contracts/helpers/build.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
5656
if generate_result.returncode:
5757
if "No such command" in generate_result.stdout:
5858
raise Exception(
59-
"Could not generate typed client, requires AlgoKit 1.1 or "
59+
"Could not generate typed client, requires AlgoKit 2.0.0 or "
6060
"later. Please update AlgoKit"
6161
)
6262
else:

0 commit comments

Comments
 (0)