We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9308723 + 8694615 commit 1f65d80Copy full SHA for 1f65d80
src/manage/firstrun.py
@@ -51,7 +51,7 @@ def check_app_alias(cmd):
51
LOGGER.debug("Reading from %s", exe)
52
package = read_alias_package(exe)
53
LOGGER.debug("Package: %r", package)
54
- if package not in pkg:
+ if package != pkg:
55
LOGGER.debug("Check failed: package did not match identity")
56
return False
57
except FileNotFoundError:
0 commit comments