Skip to content

Commit ce4d7a5

Browse files
committed
Fixed Typo in command syntax
1 parent ac08de0 commit ce4d7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ def vault(): # Vault Management
20342034
elif selection == '6': # Hold Info
20352035
matname = input(Color.BOLD + 'Please enter the matter name: ' + Color.END)
20362036
name = input(Color.BOLD + 'Please enter the hold name: ' + Color.END)
2037-
cmd = Gam.info + 'vaulthold ' + name + ' matter ' + matname
2037+
cmd = Gam.info + 'vaulthold "' + name + '" matter "' + matname + '"'
20382038
os.system(cmd)
20392039
time.sleep(2)
20402040
print('\n')

0 commit comments

Comments
 (0)