mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-02-19 13:49:30 +00:00
Whitespace trimming
This commit is contained in:
@@ -48,7 +48,6 @@ def aeonview(argv):
|
|||||||
|
|
||||||
parser.add_option_group(imageopts)
|
parser.add_option_group(imageopts)
|
||||||
|
|
||||||
|
|
||||||
# When mode is: video
|
# When mode is: video
|
||||||
videoopts = optparse.OptionGroup(parser,
|
videoopts = optparse.OptionGroup(parser,
|
||||||
"Options for --mode: video", "When we are making movies.")
|
"Options for --mode: video", "When we are making movies.")
|
||||||
@@ -93,7 +92,6 @@ def aeonview(argv):
|
|||||||
print
|
print
|
||||||
print "(!) You are running aeonview from", os.getcwdu()
|
print "(!) You are running aeonview from", os.getcwdu()
|
||||||
|
|
||||||
|
|
||||||
if options.mode == 'image':
|
if options.mode == 'image':
|
||||||
# We are now in the gathering mode.
|
# We are now in the gathering mode.
|
||||||
|
|
||||||
@@ -152,7 +150,6 @@ def aeonview(argv):
|
|||||||
parser.print_help()
|
parser.print_help()
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
||||||
if options.videorun == "daily":
|
if options.videorun == "daily":
|
||||||
vid_date = str(options.generate).split("-")
|
vid_date = str(options.generate).split("-")
|
||||||
year = vid_date[0]
|
year = vid_date[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user