Owen Cook
08/04/2022, 12:48 PMprefect deployment build file.py:flow_name --name some-deployment -sb azure/block-name
I get the error TypeError: put_directory() got an unexpected keyword argument 'ignore_file'.
I then went into prefect/cli/deployment.py and removed the ignore_file arg in line 470 and ran the command again and only file.py
is added to my azure container and everything seems to be stuck in an endless loop. Has anyone had this problem/know what could have gone wrong? Cheers 🙂
TLDR: prefect deployment build
stuck in endless loop and not accepting ignore_file arg.Oscar Björhn
08/04/2022, 1:17 PMOwen Cook
08/04/2022, 1:29 PMOscar Björhn
08/04/2022, 1:33 PMOwen Cook
08/04/2022, 1:41 PMif Path(f).is_dir():
pass