assemblyline-service-client 4.5.1.dev64__py3-none-any.whl → 4.5.1.dev66__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of assemblyline-service-client might be problematic. Click here for more details.

@@ -1 +1 @@
1
- 4.5.1.dev64
1
+ 4.5.1.dev66
@@ -167,8 +167,7 @@ class TaskHandler(ServerBase):
167
167
  def cleanup_working_directory(self, folder_path):
168
168
  for file in os.listdir(folder_path):
169
169
  file_path = os.path.join(folder_path, file)
170
- # if file_path not in [self.task_fifo_path, self.done_fifo_path]:
171
- if file_path != self.task_fifo_path or file_path != self.done_fifo_path:
170
+ if file_path not in [self.task_fifo_path, self.done_fifo_path, self.service_manifest_yml]:
172
171
  try:
173
172
  if os.path.isfile(file_path):
174
173
  os.unlink(file_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: assemblyline-service-client
3
- Version: 4.5.1.dev64
3
+ Version: 4.5.1.dev66
4
4
  Summary: Assemblyline 4 - Service client
5
5
  Home-page: https://github.com/CybercentreCanada/assemblyline-service-client/
6
6
  Author: CCCS Assemblyline development team
@@ -0,0 +1,8 @@
1
+ assemblyline_service_client/VERSION,sha256=vryCLgvxv39CsM039pisb5ZdXmdiwwYtAOoSv5E-L3I,12
2
+ assemblyline_service_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ assemblyline_service_client/task_handler.py,sha256=uiAOFBy-8Cylv2hwK2d3I58nPGKe1nmvtVOc0C0x1l8,22546
4
+ assemblyline_service_client-4.5.1.dev66.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
5
+ assemblyline_service_client-4.5.1.dev66.dist-info/METADATA,sha256=ujC2qYlFS8AjejxOyOUfMeT06DCNPN3oXZtMsqf2_LE,1577
6
+ assemblyline_service_client-4.5.1.dev66.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
+ assemblyline_service_client-4.5.1.dev66.dist-info/top_level.txt,sha256=clNWHvn8nw0kR15l5TASxWxIQvKGKe5Pso3kVPMiJv0,28
8
+ assemblyline_service_client-4.5.1.dev66.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- assemblyline_service_client/VERSION,sha256=5UTbE7aZ4nIabAO6Z6pzCuuVym8vgrnoEkJP3xM8O_I,12
2
- assemblyline_service_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- assemblyline_service_client/task_handler.py,sha256=Ej7VVUbzz3L_08Pag9zHmHXa1x2olbRaEH9pxSOdvzI,22606
4
- assemblyline_service_client-4.5.1.dev64.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
5
- assemblyline_service_client-4.5.1.dev64.dist-info/METADATA,sha256=Qx716gy6T_VDBEb_zkuQuhjZg6oxLfkgacRgUlpnwBo,1577
6
- assemblyline_service_client-4.5.1.dev64.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
- assemblyline_service_client-4.5.1.dev64.dist-info/top_level.txt,sha256=clNWHvn8nw0kR15l5TASxWxIQvKGKe5Pso3kVPMiJv0,28
8
- assemblyline_service_client-4.5.1.dev64.dist-info/RECORD,,