Skip to content

Commit 0b5c71d

Browse files
authored
Merge pull request MicrosoftDocs#5605 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents a126cd0 + 344009c commit 0b5c71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-analytics/r/determine-which-packages-are-installed-on-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import pkg_resources
110110
pckg_name = "revoscalepy"
111111
pckgs = pandas.DataFrame([(i.key) for i in pip.get_installed_distributions()], columns = ["key"])
112112
installed_pckg = pckgs.query(''key == @pckg_name'')
113-
print("Package", pckg_name, "is", "not" if installed_pckg.empty else "", "installed")
113+
print("Package", pckg_name, "is", "not" if installed_pckg.empty else "", "installed")'
114114
```
115115

116116
## View installed packages using a utility or IDE

0 commit comments

Comments
 (0)