1
0
Fork 0

define device on pending job

This commit is contained in:
Sean Sube 2023-03-26 11:49:58 -05:00
parent 83884bcafa
commit 8eab92a7df
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class JobCommand:
args: Any, args: Any,
kwargs: dict[str, Any], kwargs: dict[str, Any],
): ):
self.device = device
self.name = name self.name = name
self.fn = fn self.fn = fn
self.args = args self.args = args