Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Flytefile
Remote Path Error (#2544)
* print messages for sandbox execute and local execute Signed-off-by: Future-Outlier <[email protected]> * remove PR 2476 change Signed-off-by: Future-Outlier <[email protected]> * print execution mode in flytefile Signed-off-by: Future-Outlier <[email protected]> * add should upload Signed-off-by: Future-Outlier <[email protected]> * add condition ctx.execution_state.mode != ExecutionState.Mode.TASK_EXECUTION Signed-off-by: Future-Outlier <[email protected]> * bug found, need to call the function Signed-off-by: Future-Outlier <[email protected]> * remove comparison Signed-off-by: Future-Outlier <[email protected]> * use ctx.execution_state.is_local_execution() Signed-off-by: Future-Outlier <[email protected]> * lint Signed-off-by: Future-Outlier <[email protected]> * fix bug Signed-off-by: Future-Outlier <[email protected]> * remove comments Signed-off-by: Future-Outlier <[email protected]> * revert is_local_execution Signed-off-by: Future-Outlier <[email protected]> --------- Signed-off-by: Future-Outlier <[email protected]> Signed-off-by: Jan Fiedler <[email protected]>
- Loading branch information