Commit 1e87cea
committed
Fix ImportError: Add missing up() function to up.py
The up.py module was missing the up() function that serves as a
backward-compatible alias for run(). This caused an ImportError when
the commands/__init__.py tried to import 'up' from the module.
Added the up() function following the same pattern used in other
command modules (down.py, bootstrap.py) to resolve the import issue.
Fixes the traceback:
ImportError: cannot import name 'up' from 'devman.commands.up'1 parent bcca68f commit 1e87cea
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
0 commit comments