From 8fe6da67a36968c5daae62156f4b965e91bdb228 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Lafreniere Date: Mon, 11 Feb 2019 22:56:26 -0500 Subject: [PATCH] Build fixes --- pcbdevice/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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