Error performing BAT pack: Action KEEP_PATH ...... #104294

Open
opened 2024-04-01 20:18:27 +02:00 by Kado-LaFlare · 5 comments

System Information
Operating System(s):
Windows 11

Flamenco Version
Is Broken: 3.4
Worked OK: This is the first flamenco version I've used, so it's the only one I've tested with

Short description of error
When sending a scene with a linked rigged to flamenco, there is an error that shows up that inhibits me from rendering. The error will show up as "Error performing BAT pack: Action KEEP_PATH ......"

I am using Blender 4.1, If that makes a difference

Exact steps for others to reproduce the error
Link a rig to your scene.
Save the blend file somewhere.
Open flamenco manager
Send the scene to flamenco.

Once you do that, you'll get an error that says "Error performing BAT pack: Action KEEP_PATH ......"

**System Information** Operating System(s): Windows 11 **Flamenco Version** Is Broken: 3.4 Worked OK: This is the first flamenco version I've used, so it's the only one I've tested with **Short description of error** When sending a scene with a linked rigged to flamenco, there is an error that shows up that inhibits me from rendering. The error will show up as "Error performing BAT pack: Action KEEP_PATH ......" **I am using Blender 4.1, If that makes a difference** **Exact steps for others to reproduce the error** Link a rig to your scene. Save the blend file somewhere. Open flamenco manager Send the scene to flamenco. Once you do that, you'll get an error that says "Error performing BAT pack: Action KEEP_PATH ......"
Sybren A. Stüvel added the
Status
Needs Information from User
label 2024-04-02 15:53:52 +02:00

As I also asked in Blender Chat, please attach example blend files (two, in this case, as it involves linking). Blender Studio also uses Flamenco, and in most scenes the rigs are linked from another file. It's not just that linking that causes this problem.

As I also asked in Blender Chat, please attach example blend files (two, in this case, as it involves linking). Blender Studio also uses Flamenco, and in most scenes the rigs are linked from another file. It's not _just_ that linking that causes this problem.
Author

I am unable to send the blend file because it's confidential, but we've figured out that when the .blend file contains a reference to a linked .blend file on another hard drive this error occurs.

Error packing with BAT: Action KEEP_PATH on D:\characters\Pharah\Pharah_Nyl_Packed.blend has no final path set, unable to process
Traceback (most recent call last):
  File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\bat\interface.py", line 148, in run
    self._run()
  File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\bat\interface.py", line 165, in _run
    self.packer.execute()
  File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\wheels\blender_asset_tracer-1.18-py3-none-any.whl\blender_asset_tracer\pack\__init__.py", line 391, in execute
    self._rewrite_paths()
  File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\wheels\blender_asset_tracer-1.18-py3-none-any.whl\blender_asset_tracer\pack\__init__.py", line 479, in _rewrite_paths
    bfile_pp is not None
AssertionError: Action KEEP_PATH on D:\characters\Pharah\Pharah_Nyl_Packed.blend has no final path set, unable to process
Error performing BAT pack: Action KEEP_PATH on D:\characters\Pharah\Pharah_Nyl_Packed.blend has no final path set, unable to process

For instance, the .blend file I used to reference the linked rig is located on my D: drive but flamenco and the project .blender file is located on my C: drive.

blend file location:
"C:/Users/smitty/Downloads/blend file/scene/2024_march_easter.blend"

linked blend file location:
"D:/characters/Pharah/Pharah_Nyl_Packed.blend"

I've attached 2 test .blend files with some instructions on where to put them below, hopefully this helps.

Put rain on your D: drive.
Put the test blend file & flamenco on your C: Drive
Once you relink the rig to the render .blend file, save and reopen the scene.
The error should occur then.

I am unable to send the blend file because it's confidential, but we've figured out that when the .blend file contains a reference to a linked .blend file on another hard drive this error occurs. ``` Error packing with BAT: Action KEEP_PATH on D:\characters\Pharah\Pharah_Nyl_Packed.blend has no final path set, unable to process Traceback (most recent call last): File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\bat\interface.py", line 148, in run self._run() File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\bat\interface.py", line 165, in _run self.packer.execute() File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\wheels\blender_asset_tracer-1.18-py3-none-any.whl\blender_asset_tracer\pack\__init__.py", line 391, in execute self._rewrite_paths() File "C:\Users\smitty\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\flamenco\wheels\blender_asset_tracer-1.18-py3-none-any.whl\blender_asset_tracer\pack\__init__.py", line 479, in _rewrite_paths bfile_pp is not None AssertionError: Action KEEP_PATH on D:\characters\Pharah\Pharah_Nyl_Packed.blend has no final path set, unable to process Error performing BAT pack: Action KEEP_PATH on D:\characters\Pharah\Pharah_Nyl_Packed.blend has no final path set, unable to process ``` For instance, the .blend file I used to reference the linked rig is located on my D: drive but flamenco and the project .blender file is located on my C: drive. **blend file location:** `"C:/Users/smitty/Downloads/blend file/scene/2024_march_easter.blend"` **linked blend file location:** `"D:/characters/Pharah/Pharah_Nyl_Packed.blend"` I've attached 2 test .blend files with some instructions on where to put them below, hopefully this helps. Put rain on your D: drive. Put the test blend file & flamenco on your C: Drive Once you relink the rig to the render .blend file, save and reopen the scene. The error should occur then.

As I asked for in the chat as well: please give information about how your shared storage is set up. It would help if you could attach your flamenco-manager.yaml, as that contains at least some of the info necessary to understand your situation.

As I asked for in the chat as well: please give information about how your shared storage is set up. It would help if you could attach your `flamenco-manager.yaml`, as that contains at least some of the info necessary to understand your situation.
Author

My D: drive is an external hard drive.
C: Drive is Internal

My D: drive is an external hard drive. C: Drive is Internal

I can't reproduce the issue here, using Windows 10 Professional (64-bit). I've tried with Flamenco 4.0 and 3.5-beta1. This is what is shown on Blender's system console:

Read prefs: "C:\Users\Sybren\AppData\Roaming\Blender Foundation\Blender\4.1\config\userpref.blend"
Read blend: "C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.blend"
Info: Read library:  'Y:\3d\blender\blender_characters\blender\rain\rain_rig.blend', 'Y:\3d\blender\blender_characters\blender\rain\rain_rig.blend', parent '<direct>'
2024-04-10 09:45:20,716     INFO flamenco.comms created API client for Manager at http://localhost:8080/
Info: 104294-pack-linked version 3.4 found

WARN (bpy.rna): C:\Users\blender\git\blender-v410\blender.git\source\blender\python\intern\bpy_rna.cc:1366 pyrna_enum_to_py: current value '2' matches no enum in 'Scene', 'Scene', 'flamenco_job_type'
2024-04-10 09:45:48,839     INFO flamenco.operators.flamenco.submit_job Overriding prefs.experimental.use_all_linked_data_direct = True
2024-04-10 09:45:48,839     INFO flamenco.operators.flamenco.submit_job Saving copy to temporary file C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.flamenco.blend
Info: Saved "scene to render.flamenco.blend"
2024-04-10 09:45:48,893     INFO flamenco.job_submission Checking whether the file is already inside the job storage
2024-04-10 09:45:48,893     INFO flamenco.job_submission     file   : C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.flamenco.blend
2024-04-10 09:45:48,893     INFO flamenco.job_submission     storage: Y:\Flamenco\cache
2024-04-10 09:45:48,893     INFO flamenco.operators.flamenco.submit_job File is not already in job storage location, copying it there
2024-04-10 09:45:48,893     INFO flamenco.operators.flamenco.submit_job Will store blend file at Y:\Flamenco\cache\2024-04-10-094548.893610-scene to render\scene to render.flamenco.blend
2024-04-10 09:45:48,894     INFO flamenco.bat.interface BAT pack parameters:
2024-04-10 09:45:48,894     INFO flamenco.bat.interface base_blendfile = WindowsPath('C:/workspace/flamenco/tracker/104294-pack-linked/scene to render.flamenco.blend')
2024-04-10 09:45:48,894     INFO flamenco.bat.interface project        = WindowsPath('C:/workspace/flamenco/tracker/104294-pack-linked')
2024-04-10 09:45:48,894     INFO flamenco.bat.interface target         = 'Y:\\Flamenco\\cache\\2024-04-10-094548.893610-scene to render'
2024-04-10 09:45:49,520  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.<UDIM>.png
2024-04-10 09:45:49,521  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.png
2024-04-10 09:45:49,522  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.<UDIM>.png
2024-04-10 09:45:49,522  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.png
2024-04-10 09:45:49,523  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_eyes.png
2024-04-10 09:45:49,523  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_eyes.png
2024-04-10 09:45:49,524  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hair_diffuse.png
2024-04-10 09:45:49,525  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction.png
2024-04-10 09:45:49,525  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction_bw.png
2024-04-10 09:45:49,526  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_diffuse.png
2024-04-10 09:45:49,527  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_roughness.png
2024-04-10 09:45:49,528  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_diffuse.png
2024-04-10 09:45:49,529  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_normal.png
2024-04-10 09:45:49,529  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_roughness.png
2024-04-10 09:45:49,530  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_scarf_cavity.png
2024-04-10 09:45:49,532  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_bump.png
2024-04-10 09:45:49,533  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_roughness.png
2024-04-10 09:45:49,534  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_bump.png
2024-04-10 09:45:49,534  WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_roughness.png
Missing files:
  - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_eyes.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction_bw.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_scarf_cavity.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.<UDIM>.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.<UDIM>.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hair_diffuse.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_diffuse.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_roughness.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_diffuse.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_normal.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_roughness.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_bump.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_roughness.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_bump.png
  - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_roughness.png
Job submitted: scene to render (4e9b6d79-88b5-4845-9afc-4ce842c2fea0)
2024-04-10 09:45:50,156     INFO flamenco.operators.flamenco.submit_job Removing temporary file C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.flamenco.blend
Info: Job scene to render submitted

I had to change the paths from D: to Y: because on my computer D: is another local drive.

The missing files are not a problem, that's just because you did the right thing and left them out of the ZIP you attached :)

You can also see I have a little bit more logging in there, because I've configured my system to show this. Maybe this can help you too. I've attached a Python script. Save it to C:\Users\YourUsernameHere\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\startup\config_logging.py. Create that directory if it doesn't exist yet. Then start Blender 4.1 as usual. Go to Window → Toggle System Console. Then submit the file to Flamenco.

I can't reproduce the issue here, using Windows 10 Professional (64-bit). I've tried with Flamenco 4.0 and 3.5-beta1. This is what is shown on Blender's system console: ``` Read prefs: "C:\Users\Sybren\AppData\Roaming\Blender Foundation\Blender\4.1\config\userpref.blend" Read blend: "C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.blend" Info: Read library: 'Y:\3d\blender\blender_characters\blender\rain\rain_rig.blend', 'Y:\3d\blender\blender_characters\blender\rain\rain_rig.blend', parent '<direct>' 2024-04-10 09:45:20,716 INFO flamenco.comms created API client for Manager at http://localhost:8080/ Info: 104294-pack-linked version 3.4 found WARN (bpy.rna): C:\Users\blender\git\blender-v410\blender.git\source\blender\python\intern\bpy_rna.cc:1366 pyrna_enum_to_py: current value '2' matches no enum in 'Scene', 'Scene', 'flamenco_job_type' 2024-04-10 09:45:48,839 INFO flamenco.operators.flamenco.submit_job Overriding prefs.experimental.use_all_linked_data_direct = True 2024-04-10 09:45:48,839 INFO flamenco.operators.flamenco.submit_job Saving copy to temporary file C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.flamenco.blend Info: Saved "scene to render.flamenco.blend" 2024-04-10 09:45:48,893 INFO flamenco.job_submission Checking whether the file is already inside the job storage 2024-04-10 09:45:48,893 INFO flamenco.job_submission file : C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.flamenco.blend 2024-04-10 09:45:48,893 INFO flamenco.job_submission storage: Y:\Flamenco\cache 2024-04-10 09:45:48,893 INFO flamenco.operators.flamenco.submit_job File is not already in job storage location, copying it there 2024-04-10 09:45:48,893 INFO flamenco.operators.flamenco.submit_job Will store blend file at Y:\Flamenco\cache\2024-04-10-094548.893610-scene to render\scene to render.flamenco.blend 2024-04-10 09:45:48,894 INFO flamenco.bat.interface BAT pack parameters: 2024-04-10 09:45:48,894 INFO flamenco.bat.interface base_blendfile = WindowsPath('C:/workspace/flamenco/tracker/104294-pack-linked/scene to render.flamenco.blend') 2024-04-10 09:45:48,894 INFO flamenco.bat.interface project = WindowsPath('C:/workspace/flamenco/tracker/104294-pack-linked') 2024-04-10 09:45:48,894 INFO flamenco.bat.interface target = 'Y:\\Flamenco\\cache\\2024-04-10-094548.893610-scene to render' 2024-04-10 09:45:49,520 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.<UDIM>.png 2024-04-10 09:45:49,521 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.png 2024-04-10 09:45:49,522 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.<UDIM>.png 2024-04-10 09:45:49,522 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.png 2024-04-10 09:45:49,523 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_eyes.png 2024-04-10 09:45:49,523 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_eyes.png 2024-04-10 09:45:49,524 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hair_diffuse.png 2024-04-10 09:45:49,525 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction.png 2024-04-10 09:45:49,525 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction_bw.png 2024-04-10 09:45:49,526 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_diffuse.png 2024-04-10 09:45:49,527 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_roughness.png 2024-04-10 09:45:49,528 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_diffuse.png 2024-04-10 09:45:49,529 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_normal.png 2024-04-10 09:45:49,529 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_roughness.png 2024-04-10 09:45:49,530 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_scarf_cavity.png 2024-04-10 09:45:49,532 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_bump.png 2024-04-10 09:45:49,533 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_roughness.png 2024-04-10 09:45:49,534 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_bump.png 2024-04-10 09:45:49,534 WARNING blender_asset_tracer.pack Missing file: Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_roughness.png Missing files: - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_eyes.png - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction.png - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_hair_direction_bw.png - Y:\3d\blender\blender_characters\blender\rain\maps\layers\TEX-rain_scarf_cavity.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.<UDIM>.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_diffuse.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.<UDIM>.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_body_roughness.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hair_diffuse.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_diffuse.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_hands_roughness.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_diffuse.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_normal.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_jeans_roughness.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_bump.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_socks_roughness.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_bump.png - Y:\3d\blender\blender_characters\blender\rain\maps\TEX-rain_top_roughness.png Job submitted: scene to render (4e9b6d79-88b5-4845-9afc-4ce842c2fea0) 2024-04-10 09:45:50,156 INFO flamenco.operators.flamenco.submit_job Removing temporary file C:\workspace\flamenco\tracker\104294-pack-linked\scene to render.flamenco.blend Info: Job scene to render submitted ``` I had to change the paths from `D:` to `Y:` because on my computer `D:` is another local drive. The missing files are not a problem, that's just because you did the right thing and left them out of the ZIP you attached :) You can also see I have a little bit more logging in there, because I've configured my system to show this. Maybe this can help you too. I've attached a Python script. Save it to `C:\Users\YourUsernameHere\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\startup\config_logging.py`. Create that directory if it doesn't exist yet. Then start Blender 4.1 as usual. Go to Window → Toggle System Console. Then submit the file to Flamenco.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#104294
No description provided.