Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:default_value_ifs_os modified arg name, it replaces arg with arg.key(),but it call self.default_value_if_os #3815

Merged
merged 6 commits into from Jun 13, 2022

Commits on Jun 10, 2022

  1. Fix default_value_ifs_os function, should directly pass in parameter …

    …arg instead of arg.key()
    zw201913 committed Jun 10, 2022
    Copy the full SHA
    b68e21a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Copy the full SHA
    4d77ad2 View commit details
    Browse the repository at this point in the history
  2. fix:default_value_ifs_os modified arg name, it replaces arg with arg.…

    …key(), but it call self.default_value_if_os.
    
    so please delete `.key()`.
    zw201913 committed Jun 11, 2022
    Copy the full SHA
    a2871b0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0cafd89 View commit details
    Browse the repository at this point in the history
  4. format test case

    zw201913 committed Jun 11, 2022
    Copy the full SHA
    66b7d0a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e19a204 View commit details
    Browse the repository at this point in the history