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

Indentation issues on 0.2.0 #6

Closed
RomLecat opened this issue Mar 24, 2023 · 2 comments
Closed

Indentation issues on 0.2.0 #6

RomLecat opened this issue Mar 24, 2023 · 2 comments

Comments

@RomLecat
Copy link

Hello,

There's an indent issue on the latest release :)
Here's the traceback:

Traceback (most recent call last):
  File "/opt/zabbix-tools/./arr_agent.py", line 9, in <module>
    import radarr
  File "/usr/local/lib/python3.9/dist-packages/radarr/__init__.py", line 22, in <module>
    from radarr.api.alternative_title_api import AlternativeTitleApi
  File "/usr/local/lib/python3.9/dist-packages/radarr/api/__init__.py", line 16, in <module>
    from radarr.api.alternative_title_api import AlternativeTitleApi
  File "/usr/local/lib/python3.9/dist-packages/radarr/api/alternative_title_api.py", line 26, in <module>
    from radarr.api_client import ApiClient
  File "/usr/local/lib/python3.9/dist-packages/radarr/api_client.py", line 25, in <module>
    from radarr.configuration import Configuration
  File "/usr/local/lib/python3.9/dist-packages/radarr/configuration.py", line 432
    "SDK Package Version: 0.2.0".\
IndentationError: unexpected indent

Thanks

Fuochi added a commit to devopsarr/sdk-generator that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/lidarr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/whisparr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/sonarr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/prowlarr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/readarr-py that referenced this issue Mar 24, 2023
Fuochi added a commit to devopsarr/sdk-generator that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/sonarr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/whisparr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/prowlarr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/readarr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit to devopsarr/lidarr-py that referenced this issue Mar 24, 2023
devopsarr bot added a commit that referenced this issue Mar 24, 2023
@Fuochi
Copy link
Contributor

Fuochi commented Mar 24, 2023

my bad, I'll slowly put some basic checks to avoid this kind of issues in future. Now this should be fixed across the SDKs

@RomLecat
Copy link
Author

Thanks, it works perfectly.

As always, thanks a lot for your work and this awesome project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants