Skip to content

Commit

Permalink
fixed management command when generating all versions, #249
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Jan 2, 2015
1 parent 219ba16 commit 0d6a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebrowser/management/commands/fb_version_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def handle(self, *args, **options):
else:
self.stdout.write('generating all versions for: %s\n' % fileobject.path)
for version in VERSIONS:
versionobject = fileobject.version_generate(selected_version) # FIXME force?
versionobject = fileobject.version_generate(version) # FIXME force?

# # walkt throu the filebrowser directory
# # for all/new files (except file versions itself and excludes)
Expand Down

0 comments on commit 0d6a712

Please sign in to comment.