Skip to content

Commit 4494a0d

Browse files
committed
style
1 parent d3c4aad commit 4494a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/storage/operations

src/azure-cli/azure/cli/command_modules/storage/operations/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def list_share_files(cmd, client, directory_name=None, timeout=None, exclude_dir
103103
pages = generator.by_page(continuation_token=marker)
104104
results = list_generator(pages=pages, num_results=num_results)
105105
except HttpResponseError as ex:
106-
if ex.error_code=="UnsupportedQueryParameter":
106+
if ex.error_code == "UnsupportedQueryParameter":
107107
# try NFS share if include fails:
108108
if exclude_extended_info:
109109
logger.warning('--exclude-extended-info is not supported for NFS shares.')

0 commit comments

Comments
 (0)