DrMoriarty / godot-facebook

Facebook module for Godot Game Engine (android and iOS)
MIT License
81 stars 23 forks source link

Wrong indentation on config.py #4

Closed guybashan closed 3 years ago

guybashan commented 4 years ago

Getting this where running scons on Windows:

scons: Reading SConscript files ...
  File "./modules/GodotFacebook\config.py", line 5

    return True

              ^

TabError: inconsistent use of tabs and spaces in indentation

scons: Reading SConscript files ...
  File "./modules/GodotFacebook\config.py", line 5

    return True

              ^

TabError: inconsistent use of tabs and spaces in indentation

scons: Reading SConscript files ...
  File "./modules/GodotFacebook\config.py", line 5

    return True

              ^

TabError: inconsistent use of tabs and spaces in indentation
DrMoriarty commented 3 years ago

Plugin updated and using now new plugin management system.