Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1
Star
0
Fork
3
evast
/
transmart-xnat-importer-plugin
Code
Issues
0
Pull requests
0
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
Removed print statement
Loading branch information
...
1 parent
603467a
commit
8de7420464730adcbab70361f8daf40d21d6dec3
evast
committed
Aug 10, 2015
Unified
Split
Showing
1 changed file
with
0 additions
and
1 deletion
.
+0
−1
scripts/xnattotransmartlink/downloadscript.py
Show comments
View
1
scripts/xnattotransmartlink/downloadscript.py
@@ -128,7 +128,6 @@ def createMappingFile(mappingList, visits):
return
def
runKettleJob
(
node
,
kettledir
,
datadir
):
-
print
datadir
process
=
subprocess.Popen([
"
./command.sh
"
, node, datadir],
cwd
=
kettledir)
process.wait()
return
Toggle all file notes
0 comments on commit
8de7420
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
8de7420