Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Bug: Does not run #176

Closed
Satanaelcode opened this issue Jul 4, 2024 · 2 comments
Closed

Bug: Does not run #176

Satanaelcode opened this issue Jul 4, 2024 · 2 comments
Assignees
Labels
bug Something isn't working fixed - await response

Comments

@Satanaelcode
Copy link

What Operating System are you on - Windows, Ubuntu, Mac, ...

  • Debiant 12 X11

Describe the bug - A clear and concise description of what the bug is.

  • On run time after installation of the libs it does not run.

To Reproduce - Describe the steps needed to reproduce the bug.

  • Run Deb12
  • install libs
  • python3 ./main.py

Expected behavior A clear and concise description of what you expected to happen.

  • not crashing on startup?

Screenshots - If applicable, add screenshots to help explain your problem.

Traceback (most recent call last):
  File "/home/eugaming/PycharmProjects/RogueEdit/pyRogue/src/main.py", line 37, in <module>
    from modules import requestsLogic, Rogue, SeleniumLogic, config
  File "/home/eugaming/PycharmProjects/RogueEdit/pyRogue/src/modules/__init__.py", line 3, in <module>
    from .mainLogic import Rogue
  File "/home/eugaming/PycharmProjects/RogueEdit/pyRogue/src/modules/mainLogic.py", line 1355
    cFormatter.print(Color.GREEN, f'Editing {selectedSpecies['moves'][selectedMoveIndex]} in Slot({selectedMoveIndex+1}) on {selectedSpecies["name"]}') # how to print selected move name
                                                              ^^^^^
SyntaxError: f-string: unmatched '[
@Satanaelcode Satanaelcode added the bug Something isn't working label Jul 4, 2024
@JulianStiebler
Copy link
Collaborator

JulianStiebler commented Jul 4, 2024

Ill push a fix in a second. The problem is 'moves' beeing the same as the f'' string starts. I sometimes fall in bad habits :'D everything in [] is supposed to be "".

So in this case ["moves"] - alrdy renaming them and pushing in ~10-15min

Funnily enough, this isnt a issue on startup on windows, but it definetly is an "error" supposed to happen.

@JulianStiebler
Copy link
Collaborator

JulianStiebler commented Jul 4, 2024

You can try now, update your source code and please close if it is resolved :)
Edit 17:42: I also pushed it as v0.4.4 as a release since i renamed more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fixed - await response
Projects
None yet
Development

No branches or pull requests

3 participants