-
Stefy Lanza (nextime / spora ) authored
- Removed local import of 'time' module in copy_live_system method - This was the third instance of the same variable shadowing issue - Local import was creating a variable that shadowed the globally imported module - This caused UnboundLocalError when trying to access time.sleep(0.01) during system copy - Now uses the globally imported time module correctly - System copy process should now complete without variable scoping errors This completely resolves all UnboundLocalError issues in the AutoInstaller GUI by ensuring no local imports shadow the globally imported time module anywhere in the code.
ec3319e2
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| README.md | ||
| autoinstallergui.py | ||
| build_autoinstaller_gui.py | ||
| cleanup.sh |