diff --git a/pcbdevice/main.py b/pcbdevice/main.py index 30caae1..978e6e6 100644 --- a/pcbdevice/main.py +++ b/pcbdevice/main.py @@ -11,4 +11,4 @@ if __name__ == "__main__": FileUtils.saveMatrixToFile(FileUtils.pbmToCsv(resourcesRawPath + 'test1ascii.pbm'), resourcesFormattedPath + 'test1.csv') - plotPath(path(FileUtils.pbmToCsv((resourcesRawPath + 'test100x100.pbm'), 5))) \ No newline at end of file + plotPath(path(FileUtils.pbmToCsv(resourcesRawPath + 'test100x100.pbm'), 5)) \ No newline at end of file