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 ac08de0 commit ce4d7a5Copy full SHA for ce4d7a5
gam.py
@@ -2034,7 +2034,7 @@ def vault(): # Vault Management
2034
elif selection == '6': # Hold Info
2035
matname = input(Color.BOLD + 'Please enter the matter name: ' + Color.END)
2036
name = input(Color.BOLD + 'Please enter the hold name: ' + Color.END)
2037
- cmd = Gam.info + 'vaulthold ' + name + ' matter ' + matname
+ cmd = Gam.info + 'vaulthold "' + name + '" matter "' + matname + '"'
2038
os.system(cmd)
2039
time.sleep(2)
2040
print('\n')
0 commit comments