Skip to content

Commit

Permalink
[fmp.py] black formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jul 8, 2018
1 parent 557b9dc commit 98001d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 98001d3

Please sign in to comment.