Skip to content

Commit

Permalink
[tools] fix typing in rdp conf migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
mengtan committed Mar 25, 2024
1 parent e7c95d6 commit 3cb0642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/conf_migration_tool/rdp_conf_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ def _server_cert_notif_12_0_1(value: str, _fragments: Iterable[ConfigurationFrag
_update_server_cert_notif_12_0_1 = UpdateItem(value_transformation=_server_cert_notif_12_0_1)


migration_defs: Iterable[MigrationType] = (
migration_defs: Sequence[MigrationType] = (
(RedemptionVersion('9.1.39'), {
'globals': {
'session_timeout': UpdateItem(key='base_inactivity_timeout'),
Expand Down

0 comments on commit 3cb0642

Please sign in to comment.