Skip to content

Commit

Permalink
fup f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Jun 10, 2024
1 parent b8ce2c9 commit b5e5802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def run(self):
for key, val in self.params['options'].items():
payload['options'][key] = str(val)

mount_path = f'{self.base_path}/{path}')
mount_path = f'{self.base_path}/{path}'
if not mount:
changed = True
if not self.module.check_mode:
Expand Down

0 comments on commit b5e5802

Please sign in to comment.