acp-plugin-gamesdk 0.1.8__py3-none-any.whl → 0.1.10__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.
- acp_plugin_gamesdk/acp_plugin.py +1 -1
- {acp_plugin_gamesdk-0.1.8.dist-info → acp_plugin_gamesdk-0.1.10.dist-info}/METADATA +1 -1
- {acp_plugin_gamesdk-0.1.8.dist-info → acp_plugin_gamesdk-0.1.10.dist-info}/RECORD +4 -4
- {acp_plugin_gamesdk-0.1.8.dist-info → acp_plugin_gamesdk-0.1.10.dist-info}/WHEEL +0 -0
acp_plugin_gamesdk/acp_plugin.py
CHANGED
@@ -624,7 +624,7 @@ class AcpPlugin:
|
|
624
624
|
return FunctionResultStatus.FAILED, f"Cannot deliver - job is in '{job['phase']}' phase, must be in 'transaction' phase", {}
|
625
625
|
|
626
626
|
produced = next(
|
627
|
-
(i for i in self.produced_inventory if i.jobId == job["jobId"]),
|
627
|
+
(i for i in self.produced_inventory if (i["jobId"] if isinstance(i, dict) else i.jobId) == job["jobId"]),
|
628
628
|
None
|
629
629
|
)
|
630
630
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
acp_plugin_gamesdk/acp_client.py,sha256=zF-FLFJ2PbS3LeI3cDx63pJyWCAVb8YQn7yZHQQ9wtY,9254
|
2
|
-
acp_plugin_gamesdk/acp_plugin.py,sha256=
|
2
|
+
acp_plugin_gamesdk/acp_plugin.py,sha256=pgsLPi8yuz4OYmRQcSmvDzLy77jdokLjA2Tm4l4aPfk,28303
|
3
3
|
acp_plugin_gamesdk/acp_token.py,sha256=E7nkLVfXSzMozFoVcYGzVQyocnKQpohb_YlByZtVY_8,12078
|
4
4
|
acp_plugin_gamesdk/acp_token_abi.py,sha256=nllh9xOuDXxFFdhLklTTdtZxWZd2LcUTBoOP2d9xDTA,22319
|
5
5
|
acp_plugin_gamesdk/interface.py,sha256=TsNQ74qW80YcUESOmBWX0wWzCTXG7S9eSF1mnfoJj0U,3983
|
6
|
-
acp_plugin_gamesdk-0.1.
|
7
|
-
acp_plugin_gamesdk-0.1.
|
8
|
-
acp_plugin_gamesdk-0.1.
|
6
|
+
acp_plugin_gamesdk-0.1.10.dist-info/METADATA,sha256=jEn2cLyu0Dj_poZdnmMMiaVazEOiNrMtYIfpBUP447I,12224
|
7
|
+
acp_plugin_gamesdk-0.1.10.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
8
|
+
acp_plugin_gamesdk-0.1.10.dist-info/RECORD,,
|
File without changes
|