Skip to content

Conversation

@mirusu400
Copy link
Contributor

There are indentation error while running on windows so I fix them

(I ran it on macOS but I realized they would have caused errors on Windows as well.)

Traceback (most recent call last):
  File "/Users/.../lab/FadCrypt/FadCrypt.py", line 364, in <module>
    main()
    ~~~~^^
  File "/Users/.../lab/FadCrypt/FadCrypt.py", line 296, in main
    MainWindowClass = get_main_window_class(force_windows=mock_windows)
  File "/Users/.../lab/FadCrypt/FadCrypt.py", line 246, in get_main_window_class
    from ui.base.main_window_base import MainWindowBase
  File "/Users/.../lab/FadCrypt/ui/base/main_window_base.py", line 2529
    print("🔒 Protecting FadCrypt config files...")
IndentationError: unexpected indent

@anonfaded anonfaded merged commit acce2f7 into anonfaded:main Oct 22, 2025
@anonfaded
Copy link
Owner

Thank you for your contribution!

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants