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.
1 parent d0c4bd6 commit 88bdcf5Copy full SHA for 88bdcf5
material/plugins/info/plugin.py
@@ -284,7 +284,7 @@ def on_config(self, config):
284
try:
285
username = getpass.getuser()
286
except Exception:
287
- username = ""
+ username = "USERNAME"
288
289
# Add information on platform
290
f.writestr(
src/plugins/info/plugin.py
0 commit comments