Skip to content
Snippets Groups Projects
Commit f3641b37 authored by Matthew Webster's avatar Matthew Webster
Browse files

Py 2/3

parent 94fd0122
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import sys
import os
import subprocess
import argparse
from __future__ import print_function
def main(output,files,scale,mean):
if scale:
newMean=1000
......@@ -21,7 +21,7 @@ def main(output,files,scale,mean):
if mean:
command+=["-div",str(len(files))]
command.append(output)
print command
print(command)
status=subprocess.call(command)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment