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
Commit
37f8fbdb
authored
Sep 03, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client: flake8 correction
parent
f026455b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
dist/CIRCLE_Client_Setup.exe
+0
-0
src/iss/installer/win_install.py
+3
-3
src/python/win_install.py
+3
-3
No files found.
dist/CIRCLE_Client_Setup.exe
View file @
37f8fbdb
No preview for this file type
src/iss/installer/win_install.py
View file @
37f8fbdb
...
...
@@ -138,9 +138,9 @@ def main():
try
:
custom_protocol
=
OrderedDict
([
(
'circle'
,
[
"default"
,
"URL:circle Protocol"
,
"URL Protocol"
,
""
]),
"URL:circle Protocol"
,
"URL Protocol"
,
""
]),
(
'circle
\\
URL Protocol'
,
""
),
(
'circle
\\
DefaultIcon'
,
args
.
location
+
"cloud.ico"
),
(
'circle
\\
shell'
,
{
'open'
:
{
...
...
src/python/win_install.py
View file @
37f8fbdb
...
...
@@ -138,9 +138,9 @@ def main():
try
:
custom_protocol
=
OrderedDict
([
(
'circle'
,
[
"default"
,
"URL:circle Protocol"
,
"URL Protocol"
,
""
]),
"URL:circle Protocol"
,
"URL Protocol"
,
""
]),
(
'circle
\\
URL Protocol'
,
""
),
(
'circle
\\
DefaultIcon'
,
args
.
location
+
"cloud.ico"
),
(
'circle
\\
shell'
,
{
'open'
:
{
...
...
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