UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
project-template
Commits
ec6f8edb
Commit
ec6f8edb
authored
Jan 28, 2021
by
Joshua Eason
Browse files
Update projects.py
parent
8133980c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/projects.py
modules/projects.py
+2
-1
No files found.
modules/projects.py
View file @
ec6f8edb
...
...
@@ -101,6 +101,7 @@ def check(url, token, tid, pid):
'tag_list'
:
''
,
'visibility'
:
''
,
'wiki_access_level'
:
''
,
'restrict_user_defined_variables'
:
''
,
}
for
i
in
parameters
.
keys
():
...
...
@@ -134,4 +135,4 @@ def fix(url, token, tid, pid):
def
fixParameter
(
url
,
token
,
id
,
key
,
value
):
logging
.
debug
(
"Setting "
+
str
(
key
)
+
": "
+
str
(
value
))
__setParameter
(
url
,
token
,
id
,
key
,
value
)
\ No newline at end of file
__setParameter
(
url
,
token
,
id
,
key
,
value
)
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