Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel393
Commits
7b040aae
Commit
7b040aae
authored
Nov 30, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+notes
parent
b845cb77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
check_versions.py
check_versions.py
+2
-1
No files found.
check_versions.py
View file @
7b040aae
...
...
@@ -189,7 +189,8 @@ else:
if
(
os
.
path
.
isfile
(
local_conf
)):
user
=
read_local_conf
(
local_conf
,
"REMOTE_USER"
)
ip
=
read_local_conf
(
local_conf
,
"REMOTE_IP"
)
print
(
"NOTE: user and ip are taken from "
+
local_conf
)
print
(
bcolors
.
WARNING
+
"NOTE: The default user and ip are taken from "
+
local_conf
+
bcolors
.
ENDC
)
print
(
bcolors
.
WARNING
+
"NOTE: To check against the latest code run ./setup.py first"
+
bcolors
.
ENDC
)
print
(
usage
)
if
user
==
""
or
ip
==
""
:
...
...
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