Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Syntax & Style Fixes#4129

Open
NeoByteXx wants to merge 2 commits into
EspressoSystems:mainfrom
NeoByteXx:main
Open

Syntax & Style Fixes#4129
NeoByteXx wants to merge 2 commits into
EspressoSystems:mainfrom
NeoByteXx:main

Conversation

@NeoByteXx
Copy link
Copy Markdown

  1. Regex Fix in nix_bump_pr_changes.py
    Old: r"'github:([^\/]+/[^\/]+)/([^']+)"
    New: r"'github:([^/]+/[^/]+)/([^']+)"
    Why? Removed unnecessary backslashes for cleaner regex.
  2. Error Message Improvement in Shell Script
    Old: echo "Unknown option $1"
    New: echo "Unknown option: $1"
    Why? Added a colon for better readability.
  3. Shell Syntax Cleanup
    Old: echo "${1}"; exit 1;
    New: echo "$1"; exit 1
    Why? Removed redundant curly braces for cleaner syntax.

@NeoByteXx NeoByteXx requested a review from bfish713 as a code owner February 24, 2025 19:30
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 24, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants