Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
normalizer-repo-tags
Commits
e33a7772
Commit
e33a7772
authored
Dec 08, 2017
by
Jungho Shin
Browse files
uncomment to be ready to use
parent
15187b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
normalizer/normalizer-repo-tags/calculate_repo_tags.py
View file @
e33a7772
...
...
@@ -61,8 +61,8 @@ def main():
calcUri
,
parserInfo
=
{
'name'
:
'RepoTagsNormalizer'
,
'version'
:
'1.0'
})
#
dictReader=ParseStreamedDicts(sys.stdin)
dictReader
=
ParseStreamedDicts
(
open
(
"/u/jungho/myscratch/nomad-lab-base/normalizers/repo-tags/test/examples/scalaOut1.txt"
,
'r'
))
dictReader
=
ParseStreamedDicts
(
sys
.
stdin
)
#
dictReader=ParseStreamedDicts(open("/u/jungho/myscratch/nomad-lab-base/normalizers/repo-tags/test/examples/scalaOut1.txt", 'r'))
while
True
:
inputDict
=
dictReader
.
readNextDict
()
...
...
Write
Preview
Supports
Markdown
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