From 98001d3b1c108bc318da0885f70e37eb41633d0d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 8 Jul 2018 00:13:36 -0400 Subject: [PATCH] [fmp.py] black formatting changes --- fmp.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fmp.py b/fmp.py index e865ddc..d1f194d 100644 --- a/fmp.py +++ b/fmp.py @@ -62,7 +62,9 @@ def main(argv): if len(argv) == 0: - sys.stderr.write("[ERROR] Please include at least one UFO path in your command." + os.linesep) + sys.stderr.write( + "[ERROR] Please include at least one UFO path in your command." + os.linesep + ) sys.exit(1) # help, version, usage flag handling if argv[0] in ("-h", "--help"): @@ -139,9 +141,7 @@ def main(argv): if len(source_path_list) == 1: # there is only one source compile necessary, skip spawning of processes and just build it - print( - "[*] Single font compile requested. No additional processes spawned..." - ) + print("[*] Single font compile requested. No additional processes spawned...") print(" ") # begin compile