From de635ae25fb81a2e6028161e6909a90d1a38dbd4 Mon Sep 17 00:00:00 2001 From: Ross Hendrickson Date: Sun, 21 Jul 2013 19:03:52 -0600 Subject: [PATCH] Spacing --- octoprint/gcodefiles.py | 1 - 1 file changed, 1 deletion(-) diff --git a/octoprint/gcodefiles.py b/octoprint/gcodefiles.py index dd2b6189..992ed267 100644 --- a/octoprint/gcodefiles.py +++ b/octoprint/gcodefiles.py @@ -130,7 +130,6 @@ class GcodeManager: file.save(absolutePath) filename = file.filename - if isGcodeFileName(filename): return self.processGcode(absolutePath)