Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
f94bdf73
authored
Sep 04, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client: corrections in variable name
parent
96f4d71d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dist/cloud_connect_from_linux.py
+1
-1
src/python/cloud_connect_from_linux.py
+1
-1
No files found.
dist/cloud_connect_from_linux.py
View file @
f94bdf73
...
@@ -59,7 +59,7 @@ def connect(vm):
...
@@ -59,7 +59,7 @@ def connect(vm):
'protocol'
:
vm
.
protocol
,
'protocol'
:
vm
.
protocol
,
'server'
:
server
,
'server'
:
server
,
'username'
:
vm
.
user
,
'username'
:
vm
.
user
,
'password'
:
vm
.
password
'password'
:
password
})
})
f
.
close
()
f
.
close
()
subprocess
.
call
([
"remmina"
,
"-c"
,
config_file
])
subprocess
.
call
([
"remmina"
,
"-c"
,
config_file
])
...
...
src/python/cloud_connect_from_linux.py
View file @
f94bdf73
...
@@ -59,7 +59,7 @@ def connect(vm):
...
@@ -59,7 +59,7 @@ def connect(vm):
'protocol'
:
vm
.
protocol
,
'protocol'
:
vm
.
protocol
,
'server'
:
server
,
'server'
:
server
,
'username'
:
vm
.
user
,
'username'
:
vm
.
user
,
'password'
:
vm
.
password
'password'
:
password
})
})
f
.
close
()
f
.
close
()
subprocess
.
call
([
"remmina"
,
"-c"
,
config_file
])
subprocess
.
call
([
"remmina"
,
"-c"
,
config_file
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment