Console: New line in the beginning of loop instead of the end
This commit is contained in:
parent
268f3cb0c4
commit
f06ca5fc99
@ -330,9 +330,9 @@ def console():
|
||||
clear()
|
||||
print("UniversalModloader Console")
|
||||
print("Version: " +umlVerStr)
|
||||
print("")
|
||||
|
||||
while True:
|
||||
print("")
|
||||
cmd = input(os.getcwd()+ ">")
|
||||
|
||||
if cmd == "exit":
|
||||
@ -346,7 +346,6 @@ def console():
|
||||
else:
|
||||
os.system(cmd)
|
||||
|
||||
print("")
|
||||
|
||||
def setupVariables():
|
||||
global appPath
|
||||
|
Loading…
Reference in New Issue
Block a user